Skip to content

fix(coverage): isolate: false with istanbul provider#6935

Closed
AriPerkkio wants to merge 2 commits intovitest-dev:mainfrom
AriPerkkio:fix/coverage-isolate-false
Closed

fix(coverage): isolate: false with istanbul provider#6935
AriPerkkio wants to merge 2 commits intovitest-dev:mainfrom
AriPerkkio:fix/coverage-isolate-false

Conversation

@AriPerkkio
Copy link
Copy Markdown
Member

Description

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify
Copy link
Copy Markdown

netlify bot commented Nov 19, 2024

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit e05960d
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/673cbc6e1617b50007d98f9d
😎 Deploy Preview https://deploy-preview-6935--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@AriPerkkio AriPerkkio marked this pull request as ready for review November 19, 2024 16:42
Comment on lines +12 to +19
startCoverage() {
// @ts-expect-error -- untyped global
const coverageMap = globalThis[COVERAGE_STORE_KEY] as CoverageMapData

return coverage
}
// When isolated, there are no previous results
if (!coverageMap) {
return
}
Copy link
Copy Markdown
Member Author

@AriPerkkio AriPerkkio Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing the reset here on startCoverage instead of stopCoverage should have better perf, as isolated tests won't ever run into this. Only non-isolated tests can have previous results in global scope.

@AriPerkkio
Copy link
Copy Markdown
Member Author

Continues in #6957

@AriPerkkio AriPerkkio closed this Dec 9, 2024
@AriPerkkio AriPerkkio deleted the fix/coverage-isolate-false branch December 9, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant