Increase coverage limit

This commit is contained in:
Dolan
2021-03-08 04:22:20 +00:00
parent a0d8911e18
commit 65302dd39b

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 97.77,
"functions": 93.89,
"branches": 94.83,
"statements": 97.75,
"lines": 97.83,
"functions": 94.33,
"branches": 94.88,
"statements": 97.82,
"include": [
"src/**/*.ts"
],