Second attempt at disabling Codecov annotations (#31841)
This commit is contained in:
parent
c4b09d684e
commit
4ffaced8bc
1 changed files with 2 additions and 1 deletions
3
.github/codecov.yml
vendored
3
.github/codecov.yml
vendored
|
@ -1,4 +1,3 @@
|
||||||
annotations: false
|
|
||||||
comment: false # Do not leave PR comments
|
comment: false # Do not leave PR comments
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
|
@ -10,3 +9,5 @@ coverage:
|
||||||
default:
|
default:
|
||||||
# GitHub status check is not blocking
|
# GitHub status check is not blocking
|
||||||
informational: true
|
informational: true
|
||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
|
|
Loading…
Reference in a new issue