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, "check-coverage": true,
"lines": 93.53, "lines": 96.81,
"functions": 89.63, "functions": 93.80,
"branches": 88.57, "branches": 92.63,
"statements": 93.34, "statements": 96.80,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],