Update .nycrc

This commit is contained in:
Dolan
2021-06-01 11:56:07 +01:00
committed by GitHub
parent de145e0623
commit 309abbcc47

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 98.86,
"functions": 97.86,
"branches": 95.86,
"statements": 98.86,
"lines": 99.31,
"functions": 99.09,
"branches": 96.17,
"statements": 99.31,
"include": [
"src/**/*.ts"
],