Archived
1
0

Merge pull request #3832 from cdr/jsjoeio-codecov

chore: update coverage thresholds
This commit is contained in:
Joe Previte 2021-07-21 11:34:05 -07:00 committed by GitHub
commit d0d739bec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

3
.github/codecov.yml vendored
View File

@ -5,7 +5,8 @@ codecov:
coverage: coverage:
precision: 2 precision: 2
round: down round: down
range: "70...100" range: "40...70"
patch: off
parsers: parsers:
gcov: gcov:

View File

@ -148,7 +148,7 @@
], ],
"coverageThreshold": { "coverageThreshold": {
"global": { "global": {
"lines": 40 "lines": 60
} }
}, },
"modulePathIgnorePatterns": [ "modulePathIgnorePatterns": [