Skip to content

Conversation

@ahnpnl
Copy link
Contributor

@ahnpnl ahnpnl commented Oct 28, 2025

Summary

The behavior of coverage now should be similar to Vitest

Fixes #5427

Test plan

Updated tests

Green CI

@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit cbeb294
🔍 Latest deploy log https://app.netlify.com/projects/jestjs/deploys/69006d941991660008e42d26
😎 Deploy Preview https://deploy-preview-15879--jestjs.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.

@ahnpnl ahnpnl force-pushed the fix/coverage-threshold-5247 branch from 0b17bd1 to da00733 Compare October 28, 2025 07:13
@ahnpnl ahnpnl changed the title fix: apply global coverage threshold to unmatched pattern files fix(jest-reporters): apply global coverage threshold to unmatched pattern files Oct 28, 2025
@ahnpnl ahnpnl force-pushed the fix/coverage-threshold-5247 branch from da00733 to cbeb294 Compare October 28, 2025 07:15
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 28, 2025

Open in StackBlitz

babel-jest

npm i https://pkg.pr.new/babel-jest@15879

babel-plugin-jest-hoist

npm i https://pkg.pr.new/babel-plugin-jest-hoist@15879

babel-preset-jest

npm i https://pkg.pr.new/babel-preset-jest@15879

create-jest

npm i https://pkg.pr.new/create-jest@15879

@jest/diff-sequences

npm i https://pkg.pr.new/@jest/diff-sequences@15879

expect

npm i https://pkg.pr.new/expect@15879

@jest/expect-utils

npm i https://pkg.pr.new/@jest/expect-utils@15879

jest

npm i https://pkg.pr.new/jest@15879

jest-changed-files

npm i https://pkg.pr.new/jest-changed-files@15879

jest-circus

npm i https://pkg.pr.new/jest-circus@15879

jest-cli

npm i https://pkg.pr.new/jest-cli@15879

jest-config

npm i https://pkg.pr.new/jest-config@15879

@jest/console

npm i https://pkg.pr.new/@jest/console@15879

@jest/core

npm i https://pkg.pr.new/@jest/core@15879

@jest/create-cache-key-function

npm i https://pkg.pr.new/@jest/create-cache-key-function@15879

jest-diff

npm i https://pkg.pr.new/jest-diff@15879

jest-docblock

npm i https://pkg.pr.new/jest-docblock@15879

jest-each

npm i https://pkg.pr.new/jest-each@15879

@jest/environment

npm i https://pkg.pr.new/@jest/environment@15879

jest-environment-jsdom

npm i https://pkg.pr.new/jest-environment-jsdom@15879

@jest/environment-jsdom-abstract

npm i https://pkg.pr.new/@jest/environment-jsdom-abstract@15879

jest-environment-node

npm i https://pkg.pr.new/jest-environment-node@15879

@jest/expect

npm i https://pkg.pr.new/@jest/expect@15879

@jest/fake-timers

npm i https://pkg.pr.new/@jest/fake-timers@15879

@jest/get-type

npm i https://pkg.pr.new/@jest/get-type@15879

@jest/globals

npm i https://pkg.pr.new/@jest/globals@15879

jest-haste-map

npm i https://pkg.pr.new/jest-haste-map@15879

jest-jasmine2

npm i https://pkg.pr.new/jest-jasmine2@15879

jest-leak-detector

npm i https://pkg.pr.new/jest-leak-detector@15879

jest-matcher-utils

npm i https://pkg.pr.new/jest-matcher-utils@15879

jest-message-util

npm i https://pkg.pr.new/jest-message-util@15879

jest-mock

npm i https://pkg.pr.new/jest-mock@15879

@jest/pattern

npm i https://pkg.pr.new/@jest/pattern@15879

jest-phabricator

npm i https://pkg.pr.new/jest-phabricator@15879

jest-regex-util

npm i https://pkg.pr.new/jest-regex-util@15879

@jest/reporters

npm i https://pkg.pr.new/@jest/reporters@15879

jest-resolve

npm i https://pkg.pr.new/jest-resolve@15879

jest-resolve-dependencies

npm i https://pkg.pr.new/jest-resolve-dependencies@15879

jest-runner

npm i https://pkg.pr.new/jest-runner@15879

jest-runtime

npm i https://pkg.pr.new/jest-runtime@15879

@jest/schemas

npm i https://pkg.pr.new/@jest/schemas@15879

jest-snapshot

npm i https://pkg.pr.new/jest-snapshot@15879

@jest/snapshot-utils

npm i https://pkg.pr.new/@jest/snapshot-utils@15879

@jest/source-map

npm i https://pkg.pr.new/@jest/source-map@15879

@jest/test-result

npm i https://pkg.pr.new/@jest/test-result@15879

@jest/test-sequencer

npm i https://pkg.pr.new/@jest/test-sequencer@15879

@jest/transform

npm i https://pkg.pr.new/@jest/transform@15879

@jest/types

npm i https://pkg.pr.new/@jest/types@15879

jest-util

npm i https://pkg.pr.new/jest-util@15879

jest-validate

npm i https://pkg.pr.new/jest-validate@15879

jest-watcher

npm i https://pkg.pr.new/jest-watcher@15879

jest-worker

npm i https://pkg.pr.new/jest-worker@15879

pretty-format

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

commit: cbeb294

@ahnpnl ahnpnl marked this pull request as ready for review October 28, 2025 07:55
@ahnpnl
Copy link
Contributor Author

ahnpnl commented Oct 28, 2025

Hi @cpojer @SimenB would you pls help me to review this? Thank you 👍

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.

Global and single file coverage thresholds

1 participant