The GitHub Actions job "Release Auditing" on texera.git/feat/vitest-migration 
has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
2e9ca05acf3dbc22f9ea2ad7b158c879e85129d4 / Yicong Huang 
<[email protected]>
fix(frontend): add @vitest/coverage-v8 — needed by --coverage flag

Vitest 4 defaults the coverage provider to v8 but does not bundle the
provider package, so `--coverage` fails with "Cannot find dependency
'@vitest/coverage-v8'" when the dep isn't in the workspace. The CI
frontend job invokes `--coverage` to feed Codecov, which is how the
post-push run failed even though the runner-only command worked locally.

Also drop the now-redundant `exclude` from `vitest.config.ts` — Vitest
warned that excludes evaluated by the config file run after compilation
and recommended using the Angular CLI builder's `exclude` option (which
we already populate in `angular.json`). Per-spec exclusions live there
exclusively now.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/25284685040

With regards,
GitHub Actions via GitBox

Reply via email to