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