Skip to content

Commit 6eb9015

Browse files
committed
updating passing coverage requirements
1 parent 5942f7d commit 6eb9015

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.c8rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"check-coverage": true,
3-
"branches": 90,
4-
"lines": 90,
5-
"functions": 90,
6-
"statements": 90,
3+
"branches": 95,
4+
"lines": 98,
5+
"functions": 100,
6+
"statements": 98,
77
"exclude": ["/node_modules/"],
88
"include": ["src/**/*.ts", "variant-coverage/**/*.ts"],
99
"reporter": ["lcov", "text"],

0 commit comments

Comments
 (0)