mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Merge pull request #4159 from cdr/jsjoeio-fix-codecov-config
fix(codecov): use status > patch correctly
This commit is contained in:
commit
674f37f244
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