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