Skip to content

Commit

Permalink
Make codecov informational only
Browse files Browse the repository at this point in the history
Codecov is unable to tell the difference between "the developer removed
lines that had coverage" and "the developer added lines without
coverage". Often maintenance work is the former rather than the latter,
but pull requests still end up being marked as "failed".

Codecov should still submit coverage reports as comments to pull
requests.
  • Loading branch information
moggers87 committed Feb 1, 2020
1 parent 5f8ee47 commit 767670d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ coverage:
default: false
tests:
paths: tests
informational: true
two_factor:
paths: two_factor
informational: true
patch: off

0 comments on commit 767670d

Please sign in to comment.