Skip to content

Commit 48f39af

Browse files
gliptakjreback
authored andcommitted
TST: Omit tests folders from coverage
xref #12634 Author: Gábor Lipták <[email protected]> Closes #12721 from gliptak/covomit and squashes the following commits: 8bfbb59 [Gábor Lipták] Omit tests folders from coverage
1 parent 9b90016 commit 48f39af

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,6 +1,7 @@
11
# .coveragerc to control coverage.py
22
[run]
33
branch = False
4+
omit = */tests/*
45

56
[report]
67
# Regexes for lines to exclude from consideration
@@ -23,4 +24,4 @@ exclude_lines =
2324
ignore_errors = False
2425

2526
[html]
26-
directory = coverage_html_report
27+
directory = coverage_html_report

0 commit comments

Comments
 (0)