We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5942f7d commit 6eb9015Copy full SHA for 6eb9015
1 file changed
.c8rc
@@ -1,9 +1,9 @@
1
{
2
"check-coverage": true,
3
- "branches": 90,
4
- "lines": 90,
5
- "functions": 90,
6
- "statements": 90,
+ "branches": 95,
+ "lines": 98,
+ "functions": 100,
+ "statements": 98,
7
"exclude": ["/node_modules/"],
8
"include": ["src/**/*.ts", "variant-coverage/**/*.ts"],
9
"reporter": ["lcov", "text"],
0 commit comments