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

Skip to content

Commit 7168c3e

Browse files
committed
Add mpl_toolkits to coveragerc.
1 parent 2a7f606 commit 7168c3e

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)