Bump up coverage stats

This commit is contained in:
Dolan Miu
2019-12-27 01:44:20 +00:00
parent f8da2c311b
commit 83450e6277

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 92.35,
"functions": 88.28,
"branches": 84.64,
"statements": 92.16,
"lines": 93.53,
"functions": 89.63,
"branches": 88.57,
"statements": 93.34,
"include": [
"src/**/*.ts"
],