-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
All first lines uncovered when using c8
with tsx --test
#564
Comments
tsx is just using the Node APIs so I'm not sure if this is a bug in tsx or if there's even anything we can do on our end. This may be related: |
To better explain the issue, this doesn't happen with `nyc`
Il Gio 6 Giu 2024, 08:49 Hiroki Osame ***@***.***> ha scritto:
… tsx is just using the Node APIs so I'm not sure if this is a bug in tsx or
if there's even anything we can do on our end.
This may be fixed by:
nodejs/node#53315 <nodejs/node#53315>
—
Reply to this email directly, view it on GitHub
<#564 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6PVA775WISR2WJHCGOYP3ZGAA7VAVCNFSM6AAAAABIQOEAMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJRGUZTCOBSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Not sure if I understand how that better explains the issue... If you want to get to the bottom of this, I recommend inlining the sourcemap as a minimal reproduction and filing an issue with Node. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Locking as this seems blocked by Node. Feel free to open an issue there if it doesn't exist yet. |
Acknowledgements
Minimal reproduction URL
https://github.com/rozzilla/c8-tsx-coverage-issue
Problem & expected behavior (under 200 words)
As you can see from the repro, even though I have a test covering the whole file, the coverage result return the 1st line as uncovered
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: