Skip to content

Commit c509c6c

Browse files
committed
Exclude vendored packages and tools from coverage checks.
1 parent 528fe53 commit c509c6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
omit =
33
# leading `*/` for pytest-dev/pytest-cov#456
44
*/.tox/*
5+
6+
# local
7+
*/_vendor/*
8+
*/tools/*
59
*/setuptools/_distutils/*
10+
611
disable_warnings =
712
couldnt-parse
813

0 commit comments

Comments
 (0)