Increase coverage threshold

This commit is contained in:
Dolan
2022-10-27 02:01:14 +01:00
parent 2de07d04a8
commit 1cb2ef565e

6
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"statements": 99.72,
"branches": 97.95,
"functions": 99.82,
"lines": 99.71,
"branches": 97.97,
"functions": 99.83,
"lines": 99.72,
"include": [
"src/**/*.ts"
],