codecov: Disable pull request annotations
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.
This commit is contained in:
parent
433a313782
commit
680bb2d5e4
@ -16,3 +16,6 @@ ignore:
|
||||
|
||||
comment:
|
||||
require_changes: true
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
Loading…
Reference in New Issue
Block a user