Skip to content
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

enable --experimental-test-coverage using run method #54343

Open
danehansen opened this issue Aug 12, 2024 · 1 comment
Open

enable --experimental-test-coverage using run method #54343

danehansen opened this issue Aug 12, 2024 · 1 comment
Labels
coverage Issues and PRs related to native coverage support. 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

@danehansen
Copy link

What is the problem this feature will solve?

being able to enjoy code coverade reporting from the node api for import { run } from "node:test";

What is the feature you are proposing to solve the problem?

being able to enjoy code coverade reporting from the node api for import { run } from "node:test";

What alternatives have you considered?

No response

@danehansen danehansen added the feature request Issues that request new features to be added to Node.js. label Aug 12, 2024
@RedYetiDev RedYetiDev added coverage Issues and PRs related to native coverage support. test_runner Issues and PRs related to the test runner subsystem. labels Aug 12, 2024
@RedYetiDev
Copy link
Member

RedYetiDev commented Aug 12, 2024

Fixed by #53937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coverage Issues and PRs related to native coverage support. feature request Issues that request new features to be added to Node.js. test_runner Issues and PRs related to the test runner subsystem.
Projects
Status: In Progress
Development

No branches or pull requests

2 participants