Skip to content

Commit

Permalink
Update codecoverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
nicka committed Jul 17, 2017
1 parent 5db7af2 commit fe1e223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"collectCoverage": true,
"coverageThreshold": {
"global": {
"branches": 70,
"branches": 79,
"functions": 100,
"lines": 95,
"lines": 96,
"statements": 88
}
},
Expand Down

0 comments on commit fe1e223

Please sign in to comment.