mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
fix(codecov): use status > patch correctly
This commit is contained in:
parent
bc3acb071e
commit
14c96164b2
1 changed files with 2 additions and 1 deletions
1
.github/codecov.yml
vendored
1
.github/codecov.yml
vendored
|
|
@ -6,6 +6,7 @@ coverage:
|
||||||
precision: 2
|
precision: 2
|
||||||
round: down
|
round: down
|
||||||
range: "40...70"
|
range: "40...70"
|
||||||
|
status:
|
||||||
patch: off
|
patch: off
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue