Skip to content

feat(coverage): v8 to track node:child_process and node:worker_threads contexts#9976

Draft
AriPerkkio wants to merge 1 commit intovitest-dev:mainfrom
AriPerkkio:feat/coverage-process-thread-context
Draft

feat(coverage): v8 to track node:child_process and node:worker_threads contexts#9976
AriPerkkio wants to merge 1 commit intovitest-dev:mainfrom
AriPerkkio:feat/coverage-process-thread-context

Conversation

@AriPerkkio
Copy link
Copy Markdown
Member

@AriPerkkio AriPerkkio commented Mar 26, 2026

Description

Users will likely run into nodejs/node#62301 when testing node:worker_threads. We'll need to document that.

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.
  • Please check Allow edits by maintainers to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

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 Mar 26, 2026

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit fa35cd5
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/69c539825cf0810008efc38b
😎 Deploy Preview https://deploy-preview-9976--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 project configuration.

@AriPerkkio AriPerkkio force-pushed the feat/coverage-process-thread-context branch from 88a5c08 to fa35cd5 Compare March 26, 2026 13:49
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 26, 2026

@vitest/browser

npm i https://pkg.pr.new/@vitest/browser@9976

@vitest/browser-playwright

npm i https://pkg.pr.new/@vitest/browser-playwright@9976

@vitest/browser-preview

npm i https://pkg.pr.new/@vitest/browser-preview@9976

@vitest/browser-webdriverio

npm i https://pkg.pr.new/@vitest/browser-webdriverio@9976

@vitest/coverage-istanbul

npm i https://pkg.pr.new/@vitest/coverage-istanbul@9976

@vitest/coverage-v8

npm i https://pkg.pr.new/@vitest/coverage-v8@9976

@vitest/expect

npm i https://pkg.pr.new/@vitest/expect@9976

@vitest/mocker

npm i https://pkg.pr.new/@vitest/mocker@9976

@vitest/pretty-format

npm i https://pkg.pr.new/@vitest/pretty-format@9976

@vitest/runner

npm i https://pkg.pr.new/@vitest/runner@9976

@vitest/snapshot

npm i https://pkg.pr.new/@vitest/snapshot@9976

@vitest/spy

npm i https://pkg.pr.new/@vitest/spy@9976

@vitest/ui

npm i https://pkg.pr.new/@vitest/ui@9976

@vitest/utils

npm i https://pkg.pr.new/@vitest/utils@9976

vitest

npm i https://pkg.pr.new/vitest@9976

@vitest/web-worker

npm i https://pkg.pr.new/@vitest/web-worker@9976

@vitest/ws-client

npm i https://pkg.pr.new/@vitest/ws-client@9976

commit: fef5aec

@AriPerkkio AriPerkkio force-pushed the feat/coverage-process-thread-context branch from 4099619 to 4df80ff Compare March 27, 2026 15:18
@AriPerkkio AriPerkkio force-pushed the feat/coverage-process-thread-context branch from 4df80ff to fef5aec Compare March 27, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

coverage not collected from sub-propcesses result from child_process APIs

1 participant