Skip to content

Commit

Permalink
Makes codecov only report coverage
Browse files Browse the repository at this point in the history
codecov failed builds when the code coverage was lower than previously. This is a bit frustrating because it doesn't always make sense to increase test coverage.
  • Loading branch information
wokalski authored Jan 2, 2017
1 parent 7f2da40 commit e35086a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
codecov:
notify:
require_ci_to_pass: true
comment:
behavior: default
layout: header, diff
require_changes: false
coverage:
precision: 2
range:
- 70.0
- 100.0
round: down
status:
changes: false
patch: false
project: false
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: false

0 comments on commit e35086a

Please sign in to comment.