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:
patrick96 2020-12-15 23:35:49 +01:00 committed by Patrick Ziegler
parent 433a313782
commit 680bb2d5e4
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ ignore:
comment:
require_changes: true
github_checks:
annotations: false