-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
coverageDirectory should be specified by default #3955
Comments
Can you provide a repro? |
I guess it's because some of my projects used |
No, I don't think so. @aaronabramov should we add this to |
i'm not sure why this can happen. |
Why docs say it undefined? |
Nice. Thanks. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I have
"test": "jest --coverage"
scriptand when I run test script I got coverage placed in
test/coverage
while I expect<rootDir>/coverage
In different projects I got coverage in root dir and I don't know what is the reason for it.
What is the expected behavior?
More clean coverageDirectory default
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
[email protected]
yarn 0.24.5
windows@8
The text was updated successfully, but these errors were encountered: