Skip to content

Commit 9ad1c52

Browse files
committed
TST: exclude debug.py from codecov report.
debug.py is intended for interactive use only.
1 parent 78cccef commit 9ad1c52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ exclude_lines =
1111

1212
## Don't complain if non-runnable code isn't run:
1313
^[ ]{4}unittest.main()
14+
15+
16+
[run]
17+
omit =
18+
## exclude debug.py from codecov report
19+
*/tests/debug.py

0 commit comments

Comments
 (0)