Increase thresholds

This commit is contained in:
Dolan
2019-08-14 15:50:12 +01:00
committed by GitHub
parent 02487fbb22
commit 2502fe7f39

8
.nycrc
View File

@ -1,9 +1,9 @@
{ {
"check-coverage": true, "check-coverage": true,
"lines": 87.54, "lines": 92.35,
"functions": 83.61, "functions": 88.28,
"branches": 72.57, "branches": 84.64,
"statements": 87.32, "statements": 92.16,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],