diff --git a/.codecov.yml b/.codecov.yml index 86f0bb8c5..6e19a8d7b 100755 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,12 +1,12 @@ coverage: precision: 2 round: down - range: "55...95" + range: 80..100 status: project: default: - target: "65%" + target: "80%" patch: default: off changes: diff --git a/package.json b/package.json index af2d9200b..bc45495a7 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "jest": { "coverageThreshold": { "global": { - "branches": 65, - "functions": 65, - "lines": 65, - "statements": 65 + "branches": 80, + "functions": 80, + "lines": 90, + "statements": 90 } }, "collectCoverageFrom": [