Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 9970c54

Browse files
committed
coverage: ignore tests.py
1 parent fd5c240 commit 9970c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .coveragerc to control coverage.py
2-
# based on http://nedbatchelder.com/code/coverage/config.html
2+
# based on http://coverage.readthedocs.io/en/latest/config.html
33
[run]
44
branch = True
55
source = root_numpy
@@ -9,6 +9,7 @@ omit =
99
*/root_numpy/extern/*
1010
*/root_numpy/setup_utils.py
1111
*/setup.py
12+
*/tests.py
1213
[report]
1314
exclude_lines =
1415
# Enable the standard pragma

0 commit comments

Comments
 (0)