Browse Source

Second attempt at disabling Codecov annotations (#31841)

dariusk-working/4_3_0
Claire 2 years ago committed by GitHub
parent
commit
4ffaced8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/codecov.yml

3
.github/codecov.yml

@ -1,4 +1,3 @@
annotations: false
comment: false # Do not leave PR comments
coverage:
status:
@ -10,3 +9,5 @@ coverage:
default:
# GitHub status check is not blocking
informational: true
github_checks:
annotations: false

Loading…
Cancel
Save