Skip to content

FR: Consider adding deno run --coverage (coverage from subprocess of deno test) #16440

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

Open
anishkny opened this issue Oct 27, 2022 · 2 comments · May be fixed by #29329
Open

FR: Consider adding deno run --coverage (coverage from subprocess of deno test) #16440

anishkny opened this issue Oct 27, 2022 · 2 comments · May be fixed by #29329
Assignees
Labels
help wanted community help requested suggestion suggestions for new features (yet to be agreed)

Comments

@anishkny
Copy link

This would help measure code coverage of running Deno program by running tests against it.

e.g. Running some API tests against a running Deno server.

Should hopefully be not too contrived since V8 natively supports code coverage measurement OOB.

See related #16292.

@dsherret dsherret added the suggestion suggestions for new features (yet to be agreed) label Oct 28, 2022
@bartlomieju
Copy link
Member

Seems reasonable to me, PRs are welcome

@kt3k
Copy link
Member

kt3k commented May 6, 2025

This seems requested from a couple of different contexts recently:

@kt3k kt3k changed the title FR: Consider adding deno run --coverage FR: Consider adding deno run --coverage (coverage from subprocess of deno test) May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted community help requested suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants