Skip to content

Commit

Permalink
chore(build): issues/333 update min test coverage (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanewoodfin authored and cdcabrera committed Aug 6, 2020
1 parent d13abfb commit cc2e920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"jest": {
"coverageThreshold": {
"global": {
"branches": 65,
"functions": 65,
"lines": 65,
"statements": 65
"branches": 80,
"functions": 80,
"lines": 90,
"statements": 90
}
},
"collectCoverageFrom": [
Expand Down

0 comments on commit cc2e920

Please sign in to comment.