FR: Consider adding deno run --coverage
(coverage from subprocess of deno test
)
#16440
Labels
deno run --coverage
(coverage from subprocess of deno test
)
#16440
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.
The text was updated successfully, but these errors were encountered: