Skip to content

Commit 7118d7d

Browse files
Exclude test and doc files from coverage as they are now detected
1 parent e1e630a commit 7118d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
concurrency = multiprocessing, thread
33
parallel = true
44
sigterm = true
5+
omit = tests/**/*.py, docs/**/*.py

0 commit comments

Comments
 (0)