Alter coverage limits

This commit is contained in:
Dolan
2021-03-08 04:36:53 +00:00
parent 993782129c
commit fdf0764245

4
.nycrc
View File

@ -1,9 +1,9 @@
{ {
"check-coverage": true, "check-coverage": true,
"lines": 97.85, "lines": 97.86,
"functions": 94.33, "functions": 94.33,
"branches": 94.99, "branches": 94.99,
"statements": 97.86, "statements": 97.85,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],