Merge pull request #3832 from cdr/jsjoeio-codecov
chore: update coverage thresholds
This commit is contained in:
commit
d0d739bec8
|
@ -5,7 +5,8 @@ codecov:
|
|||
coverage:
|
||||
precision: 2
|
||||
round: down
|
||||
range: "70...100"
|
||||
range: "40...70"
|
||||
patch: off
|
||||
|
||||
parsers:
|
||||
gcov:
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
],
|
||||
"coverageThreshold": {
|
||||
"global": {
|
||||
"lines": 40
|
||||
"lines": 60
|
||||
}
|
||||
},
|
||||
"modulePathIgnorePatterns": [
|
||||
|
|
Loading…
Reference in New Issue