Skip to content

Commit

Permalink
codecov.yml: adjust range, always post new report
Browse files Browse the repository at this point in the history
Adjust codecov.io range from 50-100 to 65-100 so that 65% coverage
shows as red in reports.

Additionally, it is confusing that codecov.io updates its old post
instead of posting a new report when a branch is updated. Change
the comment behavior to "new" so Codecov deletes the old comment
and posts a new one on each run.
  • Loading branch information
grondo committed Feb 12, 2019
1 parent 1ba694f commit 8faece4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage:
round: down
range: "50...100"
range: "65...100"
ignore:
- "^t/.*"
- ".*/test/.*"
Expand All @@ -24,3 +24,4 @@ coverage:

comment:
layout: "header, diff, changes, tree"
behavior: new

0 comments on commit 8faece4

Please sign in to comment.