Attempt to disable the codecov patch behaviour (#8021)
This commit is contained in:
parent
5902ddaf06
commit
972fcd166f
1 changed files with 6 additions and 0 deletions
6
.github/codecov.yml
vendored
6
.github/codecov.yml
vendored
|
@ -1,3 +1,9 @@
|
|||
coverage:
|
||||
status:
|
||||
patch:
|
||||
default:
|
||||
enabled: no
|
||||
if_not_found: success
|
||||
comment:
|
||||
layout: "diff, files"
|
||||
behavior: default
|
||||
|
|
Loading…
Reference in a new issue