mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +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
3
.github/codecov.yml
vendored
3
.github/codecov.yml
vendored
|
|
@ -6,7 +6,8 @@ coverage:
|
||||||
precision: 2
|
precision: 2
|
||||||
round: down
|
round: down
|
||||||
range: "40...70"
|
range: "40...70"
|
||||||
patch: off
|
status:
|
||||||
|
patch: off
|
||||||
|
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue