-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
0.29.8 seems to have broken C8 unit test coverage reporting #3118
Comments
The reproduction case is not using |
I also reported this issue in the local-pkg repo: antfu-collective/local-pkg#7 |
@AriPerkkio was right. Since I didn't have vitest explicitly in my |
Describe the bug
After upgrading to vitest 0.29.8, my workflows utilizing C8 as a coverage provide have started erroring with
I noticed this change was added, and it seems related: #3040
Reproduction
https://github.com/USA-RedDragon/vite-bug-repro-c8-coverage is pulled and stripped from a bigger project which had been previously set up with coverage via this guide: https://vitest.dev/guide/coverage.html
To reproduce with that repo:
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: