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, "check-coverage": true,
"lines": 99.31, "lines": 99.32,
"functions": 99.09, "functions": 99.11,
"branches": 96.17, "branches": 96.27,
"statements": 99.31, "statements": 99.33,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],