Skip to content

Commit

Permalink
project: codecov comments only for changes.
Browse files Browse the repository at this point in the history
This commit adds a `codecov.yml` configuration file that instructs
Codecov.io to only add a comment to pull requests when coverage changes.

See the codecov docs[0] for more information.

If this is still too noisy for our preferences we can adjust the config
to `comment: false` in a follow-up.

[0]: https://docs.codecov.com/docs/pull-request-comments
  • Loading branch information
cpu committed Aug 29, 2023
1 parent 9714b8f commit 11e1420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
comment:
require_changes: true

0 comments on commit 11e1420

Please sign in to comment.