Skip to content

Commit

Permalink
Add a Codecov configuration file to adjust the defaults.
Browse files Browse the repository at this point in the history
In particular, we're not 100% sold on the Codecov charts - which add some
noise, but seem like they could be helpful at higher coverage percentages.

Also, for the time-being, we'll lower the target for `patch`s (i.e. PRs) to
zero, just to see how the values get reported in the CI checks.

Ref: https://docs.codecov.io/docs/commit-status
  • Loading branch information
abernix committed Oct 11, 2018
1 parent 73cbd03 commit 7966db5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions codecov.yml
@@ -0,0 +1,13 @@
coverage:
status:
patch:
default:
# We should raise this, but we want to evaluate how
# this looks in practice, first. We can do that for now
# by observing the status checks on the PRs themselves.
target: 0%

# The charts can still be viewed by clicking on the status
# checks, but they create a fair amount of noise by default.
comment: off

0 comments on commit 7966db5

Please sign in to comment.