Update coverage stats

This commit is contained in:
Dolan Miu
2023-03-16 02:02:02 +00:00
parent 7e9884081e
commit b63a6e6e16

4
.nycrc
View File

@ -1,9 +1,9 @@
{
"check-coverage": true,
"statements": 99.79,
"branches": 98.41,
"branches": 98.17,
"functions": 100,
"lines": 99.73,
"lines": 99.78,
"include": [
"src/**/*.ts"
],