Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jest-config): support collectCoverage in project config #15318

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

munirapp
Copy link

Background

Since collectCoverageFrom, coverageDirectory, coveragePathIgnorePatterns and coverageReporters has been added into InitialProjectOptions, it's also necessary to add collectCoverage in project options because this option is getting used for enable/disable coverage process.

This patch will fix some issues about collectCoverage warning message :

Notes

I running this command below to pass the e2e test following @SimenB instructions here

yarn jest logDebugMessages ScriptTransformer showConfig -u

Copy link

linux-foundation-easycla bot commented Sep 22, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

netlify bot commented Sep 22, 2024

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit c70ab34
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/66eff2aa14ff4d0008cbfdf7
😎 Deploy Preview https://deploy-preview-15318--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 site configuration.

@munirapp munirapp changed the title fix: support collectCoverage in project config fix(jest-config): support collectCoverage in project config Sep 22, 2024
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