mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
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.
This commit is contained in:
parent
e06cf7969b
commit
e715f2d9b0
1 changed files with 3 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ coverage:
|
|||
default:
|
||||
informational: true
|
||||
changes: no
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue