Skip to content

Commit 9a2e8e7

Browse files
committed
configure coverage checking to ignore the tests directory
1 parent 1bf5e88 commit 9a2e8e7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.coveragerc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[run]
2+
branch = True
3+
source = cwlupgrader
4+
5+
[report]
6+
exclude_lines =
7+
if self.debug:
8+
pragma: no cover
9+
raise NotImplementedError
10+
if __name__ == .__main__.:
11+
ignore_errors = True
12+
omit =
13+
tests/*

0 commit comments

Comments
 (0)