8000 TST: use SciPy codecov config · numpy/numpy@3ddc23c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ddc23c

Browse files
committed
TST: use SciPy codecov config
* we have no idea why codecov API does not respond to codecov.yml settings as documented; we now use config from SciPy verbatim to avoid excessive coverage CI failures
1 parent 5e1a891 commit 3ddc23c

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.codecov.yml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
11
codecov:
22
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
83
- !appveyor
9-
- !circle
104
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
207
coverage:
218
status:
229
project:
2310
default:
2411
# Require 1% coverage, i.e., always succeed
2512
target: 1
13+
patch: false
14+
changes: false
2615
comment: off
27-
28-
ignore:
29-
- "**/setup.py"

0 commit comments

Comments
 (0)
0