Skip to content

Commit eca6828

Browse files
committed
TST: exclude debug.py from codecov report.
debug.py is intended for interactive use only.
1 parent 6cd3bb4 commit eca6828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

+6
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)