merge-code-coverage-vitest Example for merging code coverage Unit test with Vitest + vitest-monocart-coverage E2E test with Playwright + Sharding npx playwright test --shard=1/2 npx playwright test --shard=2/2 Merge Coverage Github Actions .github/workflows/main.yml Related Examples Jest + Playwright Preview V8 Coverage Reports unit: https://cenfun.github.io/merge-code-coverage-vitest/unit/ e2e (merge-multiple): https://cenfun.github.io/merge-code-coverage-vitest/e2e/ merged: https://cenfun.github.io/merge-code-coverage-vitest/merged/