Skip to content

Commit c75e37a

Browse files
committed
chore: remove test from coverage
1 parent 2584ce0 commit c75e37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"all": true,
33
"include": ["src/**/*.ts"],
4-
"exclude": ["src/**/*.d.ts", "src/webview/**/*.ts", "test/**/*.ts"],
4+
"exclude": ["src/**/*.d.ts", "src/webview/**/*.ts", "src/test/**/*.ts", "test/**/*.ts"],
55
"extension": [".ts"],
66
"reporter": ["text", "text-summary", "html", "lcov"],
77
"report-dir": "coverage",

0 commit comments

Comments
 (0)