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:
Adrian Sampson 2022-05-17 14:15:17 -04:00
parent e06cf7969b
commit e715f2d9b0
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -12,3 +12,6 @@ coverage:
default: default:
informational: true informational: true
changes: no changes: no
github_checks:
annotations: false