Skip to content

Commit

Permalink
Don't mark a build as failed if line coverage drops
Browse files Browse the repository at this point in the history
It's not always a problem if line coverage drops. For example,
coverage will drop if you make well-tested code more succinct.
It just means the uncovered code is just a larger percentage of
the codebase.
  • Loading branch information
garious committed Jun 8, 2018
1 parent d513f56 commit 6966b25
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
@@ -1,2 +1,5 @@
ignore:
- "src/bin"
coverage:
status:
patch: off

0 comments on commit 6966b25

Please sign in to comment.