Improve coverage threshold

This commit is contained in:
Dolan
2020-07-30 13:07:48 +01:00
committed by GitHub
parent 41acb475a9
commit 858af64dc3

8
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"lines": 93.53,
"functions": 89.63,
"branches": 88.57,
"statements": 93.34,
"lines": 96.81,
"functions": 93.80,
"branches": 92.63,
"statements": 96.80,
"include": [
"src/**/*.ts"
],