Disable codecov comments on PRs (#29464)
This commit is contained in:
parent
958a810553
commit
b9940eb977
1 changed files with 1 additions and 3 deletions
4
.github/codecov.yml
vendored
4
.github/codecov.yml
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue