Skip to content

Commit 70bf67f

Browse files
committed
fix: drop --all from c8 report to avoid 0-hit files in coverage
1 parent dcc11c4 commit 70bf67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"storybook": "turbo watch storybook --filter=@storybook/mcp-internal-storybook",
2626
"test": "vitest",
2727
"test:ci": "NODE_V8_COVERAGE=./e2e-coverage vitest run --coverage --reporter=default --reporter=github-actions --reporter=junit --outputFile=test-report.junit.xml",
28-
"test:ci:report-e2e-coverage": "c8 report --src ./packages --all -r lcov --temp-directory ./e2e-coverage -o ./e2e-coverage-report",
28+
"test:ci:report-e2e-coverage": "c8 report --src ./packages -r lcov --temp-directory ./e2e-coverage -o ./e2e-coverage-report",
2929
"test:run": "vitest run",
3030
"turbo": "turbo",
3131
"turbo:test": "turbo run test",

0 commit comments

Comments
 (0)