Skip to content

Commit

Permalink
[ci] Update codecov configuration
Browse files Browse the repository at this point in the history
* Explicitly disable code coverage reports for travis CI.
  We use Circle CI now.
* Require the CI to pass before uploading coverage reports.
  This is needed now since we overwrite the default notify settings.
  • Loading branch information
bgeuken committed Jul 9, 2018
1 parent af2568f commit 180c030
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
@@ -1,5 +1,10 @@
fixes:
- "::src/api/"
codecov:
ci:
- !travis-ci.org
notify:
require_ci_to_pass: yes
coverage:
status:
project:
Expand Down

0 comments on commit 180c030

Please sign in to comment.