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

Skip to content

Commit b5b5a67

Browse files
authored
Merge pull request #6819 from anntzer/add-mpl_toolkits-to-coverage
CI: Add mpl_toolkits to coveragerc.
2 parents f1f8fed + 7168c3e commit b5b5a67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[run]
2-
source=matplotlib
2+
source=
3+
matplotlib
4+
mpl_toolkits
35
[report]
46
omit =
57
lib/matplotlib/tests/*
68
lib/matplotlib/testing/*
9+
lib/mpl_toolkits/tests/*
710

811
exclude_lines =
912
raise NotImplemented

0 commit comments

Comments
 (0)