mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
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.
17 lines
332 B
YAML
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
|