Skip to content

Commit

Permalink
codecov: Disable pull request annotations
Browse files Browse the repository at this point in the history
Codecov would add code comments (annotations) to PR diffs whenever a
line was not covered by tests. This isn't really useful to us right now
and just produces noise.
  • Loading branch information
patrick96 committed Dec 15, 2020
1 parent 433a313 commit 680bb2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Expand Up @@ -16,3 +16,6 @@ ignore:

comment:
require_changes: true

github_checks:
annotations: false

0 comments on commit 680bb2d

Please sign in to comment.