Bump coverage threshold

This commit is contained in:
Dolan Miu
2022-07-12 18:14:20 +01:00
parent e84641c13c
commit 02a5aaf5d8

8
.nycrc
View File

@ -1,9 +1,9 @@
{ {
"check-coverage": true, "check-coverage": true,
"statements": 99.43, "statements": 99.62,
"branches": 96.6, "branches": 96.81,
"functions": 99.47, "functions": 99.82,
"lines": 99.43, "lines": 99.62,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],