-
Notifications
You must be signed in to change notification settings - Fork 59
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: re-enable test coverage #1195
Conversation
It's still broken. The CI jobs with coverage hang after completion then are killed after six hours. |
Refs: bcoe/c8#454 |
@achingbrain can we get this merged? what needs to happen in order to validate this? I tested this on m1-mac and seems to work well. You also might wanna remove the |
Unfortunately coverage is still broken so not yet. See how CI on this PR is hanging on node jobs with coverage enabled.
No, it's fine as it is. The workaround at the moment is to detect usage of coverage and print a warning to the user which explains why they aren't getting coverage. Merging this PR will undo that and coverage will flow again, but it's blocked on bcoe/c8#454 Please do investigate alternatives in the meantime though. |
@achingbrain got it, reading through the reported bug I don't think anyone knows what's causing it. It's hard to repro on local, GA being GA, I cancelled the workflow as it just hung. |
f10ec13
to
78ea214
Compare
c8 has been released recently as has node so re-enable test coverage
78ea214
to
cbe463b
Compare
Merging as this appears to be working now. |
## [41.0.6](v41.0.5...v41.0.6) (2023-10-24) ### Bug Fixes * re-enable test coverage ([#1195](#1195)) ([9b35013](9b35013))
This reverts commit 9b35013.
This is not fixed, it's still causing larger builds to hang. Reverts #1195
c8 has been released recently as has node so re-enable test coverage