feat(coverage): switch to @vitest/istanbuljs packages - #11053
Merged
Conversation
AriPerkkio
force-pushed
the
feat/vitest-istanbuljs
branch
from
August 24, 2026 13:29
a09556b to
83017fc
Compare
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
AriPerkkio
force-pushed
the
feat/vitest-istanbuljs
branch
from
August 24, 2026 14:17
83017fc to
2101720
Compare
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
AriPerkkio
force-pushed
the
feat/vitest-istanbuljs
branch
3 times, most recently
from
August 25, 2026 10:22
4475550 to
7802bb4
Compare
Member
Author
|
/ecosystem-ci run |
|
📝 Ran ecosystem CI: Open
|
@vitest/browser
@vitest/browser-playwright
@vitest/browser-preview
@vitest/coverage-istanbul
@vitest/coverage-v8
@vitest/expect
@vitest/mocker
@vitest/pretty-format
@vitest/snapshot
@vitest/spy
@vitest/ui
@vitest/utils
vitest
@vitest/web-worker
commit: |
AriPerkkio
force-pushed
the
feat/vitest-istanbuljs
branch
from
August 25, 2026 11:30
7802bb4 to
dcc5ec1
Compare
AriPerkkio
commented
Aug 25, 2026
Comment on lines
-61
to
-68
| parserPlugins: [ | ||
| ...istanbulDefaults.instrumenter.parserPlugins, | ||
| ['importAttributes', { deprecatedAssertSyntax: true }], | ||
| ], | ||
| generatorOpts: { | ||
| // @ts-expect-error missing type | ||
| importAttributesKeyword: 'with', | ||
| }, |
Member
Author
There was a problem hiding this comment.
Babel 8 supports this out of the box.
AriPerkkio
commented
Aug 25, 2026
Comment on lines
+1
to
+3
| import { ReportBase } from '@vitest/istanbul-lib-report' | ||
|
|
||
| export default class CustomReporter extends ReportBase { |
Member
Author
There was a problem hiding this comment.
We now support ESM custom coverage reporters
AriPerkkio
force-pushed
the
feat/vitest-istanbuljs
branch
from
August 25, 2026 11:52
dcc5ec1 to
f7419bf
Compare
AriPerkkio
marked this pull request as ready for review
August 25, 2026 12:06
AriPerkkio
requested review from
hi-ogawa and
sheremet-va
and removed request for
hi-ogawa
August 25, 2026 12:06
hi-ogawa
previously approved these changes
Aug 26, 2026
sheremet-va
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Resolves #9433
No breaking changes. Custom istanbuljs reporters work as before.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.