File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2
2
source =
3
3
matplotlib
4
4
mpl_toolkits
5
- [report]
6
- omit =
7
- lib/matplotlib/tests/*
8
- lib/matplotlib/testing/*
9
- lib/mpl_toolkits/tests/*
10
5
6
+ [report]
11
7
exclude_lines =
12
8
raise NotImplemented
13
9
def __str__
Original file line number Diff line number Diff line change @@ -11,10 +11,19 @@ coverage:
11
11
if_not_found : success
12
12
if_ci_failed : failure
13
13
project :
14
- default :
14
+ default : false
15
+ library :
15
16
target : auto
16
17
if_no_uploads : error
17
18
if_not_found : success
18
19
if_ci_failed : failure
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/.*"
19
28
20
29
comment : off
You can’t perform that action at this time.
0 commit comments