Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7f606 commit 7168c3eCopy full SHA for 7168c3e
1 file changed
.coveragerc
@@ -1,9 +1,12 @@
1
[run]
2
-source=matplotlib
+source=
3
+ matplotlib
4
+ mpl_toolkits
5
[report]
6
omit =
7
lib/matplotlib/tests/*
8
lib/matplotlib/testing/*
9
+ lib/mpl_toolkits/tests/*
10
11
exclude_lines =
12
raise NotImplemented
0 commit comments