-
Notifications
You must be signed in to change notification settings - Fork 455
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
Test coverage is incomplete after upgrading to patch version 26.4.3 #2080
Labels
Comments
jordajm
added
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Oct 28, 2020
Hi, would you please clear jest cache and retry ? |
For anyone else having this problem you can clear the cache using 'jest --clearCache' |
@irishtomwalsh i was trying to debug this but couldn't find a clear way to reproduce. My Mac always shows correctly. Do you have a clear way to reproduce ? |
Yes, |
ahnpnl
added
Not An Issue
Not ts-jest issue
and removed
Bug Report
Needs Repo
Need a minimium repository to reproduce the problem
Needs Triage
labels
Oct 28, 2020
Closed
2 tasks
ahnpnl
added
🐛 Bug
Confirmed
Bug is confirmed
Regression 💥
and removed
Not An Issue
Not ts-jest issue
🐛 Bug
Confirmed
Bug is confirmed
labels
Nov 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
After upgrading to 26.4.3, test coverage reports began acting strangely. Sometimes they were empty and other times they only contained a few files. Rolling back to 26.4.1 fixed it without making any other changes. Re-installing 26.4.3 without making any other changes brought the problem back again.
To Reproduce
Install 26.4.3 and run tests with the
--coverage
flag. Notice strange behavior where coverage report ignores most or all files.Expected behavior
Coverage reports include all expected files
Debug log:
envinfo
The text was updated successfully, but these errors were encountered: