-
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
[Feature]: v29 support? #3772
Comments
--> #3767 |
Thank you, @gfoidl! I hope this gets released soon. |
available under |
Thank you for upgrading Do you have any blockers before you can release the stable release of |
v29 seems to somehow break code coverage reporting. I see missed lines mainly in barrel files, and it always says lines 10-11 are missed - even in files that have less than 10 lines. Renovate PR that reports lowered coverage just caused by the ts-jest update here: |
We don't do anything with code coverage. It is due to Babel istanbul included in Jest. |
Weird, I had jest already bumped to v29 before, coverage remained correct for that update. This happened only after the ts-jest bump as seen in that PR. I can see in the lock file diff that there was |
Saw CI gets into infinite loop because of this. I have to stop them manually. https://github.com/unional/clibuilder/actions/runs/3021988640 |
🚀 Feature Proposal
Support the just-released Jest v29.
Motivation
Use the newest version of Jest.
Example
No response
The text was updated successfully, but these errors were encountered: