codecov: disable PR annotations (#2635)

TL;DR: Disable annoying annotations about "this line is not covered by tests" from codecov when reviewing PRs
pull/2670/head
Disconnect3d 12 months ago committed by GitHub
parent 644f7c11c6
commit 880f986dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,3 +8,5 @@ coverage:
patch:
default:
informational: true
github_checks:
annotations: false

Loading…
Cancel
Save