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 770b488 commit f52966cCopy full SHA for f52966c
.coveragerc
@@ -2,11 +2,6 @@
2
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
codecov.yml
@@ -11,10 +11,19 @@ coverage:
if_not_found: success
if_ci_failed: failure
13
project:
14
- default:
+ default: false
15
+ library:
16
target: auto
17
if_no_uploads: error
18
19
20
+ paths:
21
+ - "lib/matplotlib/(?!tests)(\w+/)+\.py$"
22
+ - "lib/matplotlib/sphinxext/(?!tests)(\w+/)+\.py$"
23
+ - "lib/mpl_toolkits/(?!tests)(\w+/)+\.py$"
24
+
25
+ tests:
26
+ target: 100%
27
+ paths: "lib/.*/tests/.*"
28
29
comment: off
0 commit comments