8000 TST: relax codecov project threshold by tylerjereddy · Pull Request #12549 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TST: relax codecov project threshold #12549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
codecov:
ci:
# we don't require appveyor or
# circleCI to pass to report
# coverage, which currently only
# comes from a single Python 3.6 job
# in Travis
- !appveyor
- !circle
notify:
# don't require all travis builds to pass;
# as long as the coverage job succeeds it
# can report the % coverage, even if another
# job needs a restart for whatever reason
- require_ci_to_pass: no
# we should only require a single build before
# reporting the % coverage because there's only
# one coverage job in Travis
- after_n_builds: 1
require_ci_to_pass: no
after_n_builds: 1
coverage:
status:
project:
default:
# Require 1% coverage, i.e., always succeed
target: 1
patch: false
changes: false
comment: off

ignore:
- "**/setup.py"
0