You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(@angular/build): temporarily disable Vitest coverage check on Windows
Disables the JSON coverage report assertion in the larger project E2E test
when running in JSDOM mode on Windows. This is a temporary workaround to
address a platform-specific issue where the `coverage-final.json` file is
unexpectedly empty.
The browser-mode coverage check and the JSDOM check on other platforms
remain active. Further investigation is required to determine the root
cause of the Windows JSDOM coverage issue.
(cherry picked from commit 102ca8b)
0 commit comments