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,
"lines": 87.54,
"functions": 83.61,
"branches": 72.57,
"statements": 87.32,
"lines": 92.35,
"functions": 88.28,
"branches": 84.64,
"statements": 92.16,
"include": [
"src/**/*.ts"
],