beets/codecov.yml
Adrian Sampson e715f2d9b0
Disable CodeCov annotations (see #4337)
As described here:
https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations-via-yaml

These inline annotations are pretty noisy and don't add much beyond the
bottom-line summaries.
2022-05-17 14:15:17 -04:00

17 lines
332 B
YAML

# Don't post a comment on pull requests.
comment: off
# Sets non-blocking status checks
# https://docs.codecov.com/docs/commit-status#informational
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
changes: no
github_checks:
annotations: false