Skip to content

Commit 7b7b176

Browse files
committed
[Tests] fix coverage thresholds
1 parent 19899ed commit 7b7b176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.nycrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"instrumentation": false,
55
"sourceMap": false,
66
"reporter": "html",
7-
"lines": 94.94,
8-
"statements": 94.25,
7+
"lines": 94,
8+
"statements": 94,
99
"functions": 96,
10-
"branches": 91.02,
10+
"branches": 90,
1111
"exclude": [
1212
"coverage",
1313
"example",

0 commit comments

Comments
 (0)