-
-
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
Duplicate text-summary
or text
coverage report
#3439
Comments
When the export default defineConfig({
- plugins: [solidPlugin()], |
The
|
Thanks for looking into this and writing a fix so quickly @AriPerkkio 🙏 |
I can confirm the same thing! And as @AriPerkkio alluded to, it is not just duplicating the report itself but it is actually running all the unit tests twice! The way to test is to add See here where I show my initial example/issue: solidjs/vite-plugin-solid#112 (comment) |
Fixed by solidjs/vite-plugin-solid#101. Please wait for Solid to publish new release and test whether it fixes the issue. |
Describe the bug
When running vitest with coverage reporting using either
text
ortext-summary
reporter, the reported coverage is duplicated in the terminal.Reproduction
Run the test
script
in this repoSystem Info
The text was updated successfully, but these errors were encountered: