2
0

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

4
.github/codecov.yml vendored
View File

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