Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(@angular/build): improve default coverage reporter handling for vitest #30522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

clydin
Copy link
Member

@clydin clydin commented Jun 11, 2025

When using the experimental unit-test builder with the vitest runner, the default handling for the coverage reporter option has been improved to avoid a potential upstream failure within Vitest. Vitest can crash if an explicit undefined value is present for the coverage.reporter option.

…itest

When using the experimental `unit-test` builder with the `vitest` runner,
the default handling for the coverage reporter option has been improved
to avoid a potential upstream failure within Vitest. Vitest can crash
if an explicit `undefined` value is present for the `coverage.reporter`
option.
@clydin clydin added target: minor This PR is targeted for the next minor release action: review The PR is still awaiting reviews from at least one requested reviewer labels Jun 11, 2025
@clydin clydin requested a review from alan-agius4 June 11, 2025 16:25
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jun 11, 2025
@clydin clydin merged commit a415a49 into angular:main Jun 11, 2025
57 of 58 checks passed
@clydin clydin deleted the unit-test/default-coverage-reporter branch June 11, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: @angular/build target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants