Skip to content

fix(coverage): simplify provider types#9931

Merged
AriPerkkio merged 1 commit intovitest-dev:mainfrom
AriPerkkio:fix/coverage-types-simple
Mar 22, 2026
Merged

fix(coverage): simplify provider types#9931
AriPerkkio merged 1 commit intovitest-dev:mainfrom
AriPerkkio:fix/coverage-types-simple

Conversation

@AriPerkkio
Copy link
Member

Description

Resolves #9770

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

netlify bot commented Mar 20, 2026

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 20, 2026

@vitest/browser

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

@vitest/browser-playwright

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

@vitest/browser-preview

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

@vitest/browser-webdriverio

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

@vitest/coverage-istanbul

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

@vitest/coverage-v8

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

@vitest/expect

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

@vitest/mocker

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

@vitest/pretty-format

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

@vitest/runner

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

@vitest/snapshot

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

@vitest/spy

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

@vitest/ui

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

@vitest/utils

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

vitest

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

@vitest/web-worker

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

@vitest/ws-client

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

commit: ecdbab6

@AriPerkkio AriPerkkio force-pushed the fix/coverage-types-simple branch from f680460 to ecdbab6 Compare March 20, 2026 19:13
@AriPerkkio AriPerkkio marked this pull request as ready for review March 20, 2026 19:18
@AriPerkkio AriPerkkio merged commit aaf9f18 into vitest-dev:main Mar 22, 2026
17 checks passed
@AriPerkkio AriPerkkio deleted the fix/coverage-types-simple branch March 22, 2026 06:09
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.

Simplify coverage typings

2 participants