-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Generate coverage without deno test
#23961
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
Comments
deno test
|
Doesn't it require to be ran via Lines 1463 to 1472 in 0a30897
|
Ah good point, I missed that. Then appears it's not possible at the moment, but seems like a reasonable feature. PRs are welcome. |
This issue seems the same as #16440. Let's track in there. |
Is it possible to generate coverage without
deno test
but withdeno run
? This would enable generating coverages for custom test runners.The text was updated successfully, but these errors were encountered: