We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5c240 commit 9970c54Copy full SHA for 9970c54
1 file changed
.coveragerc
@@ -1,5 +1,5 @@
1
# .coveragerc to control coverage.py
2
-# based on http://nedbatchelder.com/code/coverage/config.html
+# based on http://coverage.readthedocs.io/en/latest/config.html
3
[run]
4
branch = True
5
source = root_numpy
@@ -9,6 +9,7 @@ omit =
9
*/root_numpy/extern/*
10
*/root_numpy/setup_utils.py
11
*/setup.py
12
+ */tests.py
13
[report]
14
exclude_lines =
15
# Enable the standard pragma
0 commit comments