10000 Merge pull request #12549 from tylerjereddy/cov_threshold_bmp · numpy/numpy@98c500a · GitHub
[go: up one dir, main page]

Skip to content

Commit 98c500a

Browse files
authored
Merge pull request #12549 from tylerjereddy/cov_threshold_bmp
TST: relax codecov project threshold
2 parents 996f86f + 3ddc23c commit 98c500a

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