Skip to content

Commit 98eee7f

Browse files
committed
Exclude compat package from coverage.
1 parent d2581bf commit 98eee7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
omit =
33
# leading `*/` for pytest-dev/pytest-cov#456
44
*/.tox/*
5+
6+
# local
7+
*/compat/*
58
disable_warnings =
69
couldnt-parse
710

0 commit comments

Comments
 (0)