update test coverage threshold

This commit is contained in:
Hongbo Wu
2022-07-08 12:24:45 +08:00
parent 0b21990d14
commit 7759648efd

View File

@ -8,8 +8,8 @@
"reporter": [
"text-summary"
],
"branches": 0,
"branches": 40,
"lines": 0,
"functions": 0,
"statements": 0
"statements": 60
}