Skip to content

Commit 189f0e9

Browse files
committed
ci: fix windows tests
1 parent effbbfc commit 189f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/.c8rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"report-dir": "../../coverage/toolkit",
33
"reporter": ["lcov"],
44
"all": true,
5-
"exclude": ["**/test*/**", "**/node_modules/**"]
5+
"exclude": ["**/test*/**", "**/node_modules/**", "**/ssmServer.js", "**/ssmDocument/external *"]
66
}

0 commit comments

Comments
 (0)