Disable codecov comments on PRs (#29464)

This commit is contained in:
Matt Jankowski 2024-02-29 18:25:04 -05:00 committed by GitHub
parent 958a810553
commit b9940eb977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/codecov.yml vendored
View file

@ -1,3 +1,4 @@
comment: false # Do not leave PR comments
coverage:
status:
project:
@ -8,6 +9,3 @@ coverage:
default:
# Github status check is not blocking
informational: true
comment:
# Only write a comment in PR if there are changes
require_changes: true