Update .nycrc

This commit is contained in:
Dolan
2021-09-30 02:02:09 +01:00
committed by GitHub
parent 309517b654
commit b895bc7457

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 99.31,
"functions": 99.09,
"branches": 96.17,
"statements": 99.31,
"lines": 99.32,
"functions": 99.11,
"branches": 96.27,
"statements": 99.33,
"include": [
"src/**/*.ts"
],