-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: bump vitest and add @vitest/coverage-c8 #8507
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov Report
@@ Coverage Diff @@
## main #8507 +/- ##
==========================================
- Coverage 86.49% 86.29% -0.21%
==========================================
Files 87 87
Lines 8339 8362 +23
Branches 1104 1105 +1
==========================================
+ Hits 7213 7216 +3
- Misses 1083 1103 +20
Partials 43 43
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While not strictly necessary since c8 is default, maybe we should specify for clarity https://vitest.dev/guide/coverage.html#coverage-providers
build.config.ts
Outdated
@@ -37,6 +37,7 @@ export function createUnbuildConfig({ | |||
return defineBuildConfig({ | |||
entries, | |||
clean: true, | |||
failOnWarn: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unrelated to this change?
Please describe the changes this PR makes and why it should be merged:
Bumped vitest to 0.22.0 and added
@vitest/coverage-c8
ref: https://github.com/vitest-dev/vitest/releases/tag/v0.22.0
Status and versioning classification: