File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
codecov :
2
2
ci :
3
- # we don't require appveyor or
4
- # circleCI to pass to report
5
- # coverage, which currently only
6
- # comes from a single Python 3.6 job
7
- # in Travis
8
3
- !appveyor
9
- - !circle
10
4
notify :
11
- # don't require all travis builds to pass;
12
- # as long as the coverage job succeeds it
13
- # can report the % coverage, even if another
14
- # job needs a restart for whatever reason
15
- - require_ci_to_pass : no
16
- # we should only require a single build before
17
- # reporting the % coverage because there's only
18
- # one coverage job in Travis
19
- - after_n_builds : 1
5
+ require_ci_to_pass : no
6
+ after_n_builds : 1
20
7
coverage :
21
8
status :
22
9
project :
23
10
default :
24
11
# Require 1% coverage, i.e., always succeed
25
12
target : 1
13
+ patch : false
14
+ changes : false
26
15
comment : off
27
-
28
- ignore :
29
- - " **/setup.py"
You can’t perform that action at this time.
0 commit comments