summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.codecov.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 448ddf1e9..cb3ee230b 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,6 +1,22 @@
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
coverage:
status:
project: