Disable Codecov annotations

Don't mark up the diffs on PRs with warnings about untested lines; we're not aiming for 100% test coverage and they just get in the way of reviewing.
This commit is contained in:
Robin 2024-10-18 16:39:02 -04:00
parent 75c7516f0a
commit 250291315e

View File

@ -1,6 +1,10 @@
# Don't post comments on PRs; they're noisy and the same information can be # Don't post comments on PRs; they're noisy and the same information can be
# gotten through the checks section at the bottom of the PR anyways # gotten through the checks section at the bottom of the PR anyways
comment: false comment: false
github_checks:
# Don't mark up the diffs on PRs with warnings about untested lines; we're not
# aiming for 100% test coverage and they just get in the way of reviewing
annotations: false
coverage: coverage:
status: status:
project: project: