We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f91e1c commit 9595f13Copy full SHA for 9595f13
1 file changed
.c8rc
@@ -5,7 +5,7 @@
5
"functions": 90,
6
"statements": 90,
7
"exclude": ["/node_modules/"],
8
- "include": ["src/**/*.ts", "!src/slang-utils/backward-compatibility.ts"],
+ "include": ["src/**/*.ts"],
9
"reporter": ["lcov", "text"],
10
"temp-dir": "./coverage/"
11
}
0 commit comments