codecov: disable codecov/patch status
Codecov's patch status measures lines covered in a given pull request, which fails when moving code around. Adding code with no coverage still fails the codecov/project status, which fails if coverage has gone down.
This commit is contained in:
parent
f51932974a
commit
6bf31423a2
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
coverage:
|
||||
status:
|
||||
patch: no
|
||||
codecov:
|
||||
require_ci_to_pass: no
|
||||
comment: no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue