We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770b488 commit cefda55Copy full SHA for cefda55
.coveragerc
@@ -2,12 +2,8 @@
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
+[report]
11
exclude_lines =
12
raise NotImplemented
13
def __str__
codecov.yml
@@ -11,10 +11,19 @@ coverage:
if_not_found: success
if_ci_failed: failure
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