Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a93e9d

Browse files
committed
TST : don't report coverage on testing code
1 parent 649702c commit 1a93e9d

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
@@ -1,6 +1,9 @@
11
[run]
22
source=matplotlib
33
[report]
4+
omit =
5+
matplotlib/tests/*
6+
matplotlib/testing/*
47

58
exclude_lines =
69
raise NotImplemented

0 commit comments

Comments
 (0)