-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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_runner: --experimental-test-coverage
generates partial file names
#51299
Comments
if anyone is intrested in tackling this issue, the width of the columns is calculated here: node/lib/internal/test_runner/utils.js Lines 357 to 362 in 477d6d7
|
Hi @fawazahmed0 @MoLow - can you please assign this to me, I am interested in this issue. Thank you! |
@ArchitGajjar seems like #51351 is already open, anyway, we don't assign issues to people. |
Is this issue solved #51299 @MoLow @fawazahmed0 |
Hello, I have run several tests on this issue and the problem occurs on my dad's windows 10 computer and my Ubuntu 22.04 PC. I am just starting to get into contributing to open-source, and I thought this would be a good first challenge for me. If this issue is not solved #51351 @Medhansh404 @MoLow @fawazahmed0 then I would like to take a crack at it. Thanks, John |
Co-author: Medhansh404 <[email protected]> PR-URL: #54379 Fixes: #51299 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Co-author: Medhansh404 <[email protected]> PR-URL: nodejs#54379 Fixes: nodejs#51299 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Co-author: Medhansh404 <[email protected]> PR-URL: nodejs#54379 Fixes: nodejs#51299 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Version
v21.5.0
Platform
Microsoft Windows NT 10.0.22621.0 x64
Subsystem
No response
What steps will reproduce the bug?
This issue only happens in windows; mac works fine.
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
I see partial file names
Here is the coverage report generated in windows:
Here is my complete command:
Additional information
The issue happens if my test.js files contains
const {somefunc} = require('../mymodule')
i.e importing module by relative pathThe text was updated successfully, but these errors were encountered: