-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: add coverage support with watch mode. #51253
Labels
feature request
Issues that request new features to be added to Node.js.
test_runner
Issues and PRs related to the test runner subsystem.
Comments
pulkit-30
added
the
feature request
Issues that request new features to be added to Node.js.
label
Dec 21, 2023
what would be the trigger/point in time for the coverage report te be calculated? |
once all tests have completed. I expected a similar behavior when I ran |
they never complete, thats the point |
nodejs-github-bot
pushed a commit
that referenced
this issue
Mar 19, 2024
PR-URL: #52130 Fixes: #51253 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
rdw-msft
pushed a commit
to rdw-msft/node
that referenced
this issue
Mar 26, 2024
PR-URL: nodejs#52130 Fixes: nodejs#51253 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
May 2, 2024
PR-URL: #52130 Fixes: #51253 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
May 3, 2024
PR-URL: #52130 Fixes: #51253 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Issues that request new features to be added to Node.js.
test_runner
Issues and PRs related to the test runner subsystem.
What is the problem this feature will solve?
Currently, we can't get coverage report along with watch flag.
code:
run cmd
./node/node --test --watch --experimental-test-coverage
output:
no coverage report.
What is the feature you are proposing to solve the problem?
To show test coverage with watch mode, (something similar what jest does).
output:
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: