I think it's better to provide an option to pipe the output to a file of deno converage cov_profile/ --lcov instead of using >, which is not supported in every operating system, AFAIK.
Something like deno converage cov_profile/ --lcov --output=path/to/lcov.info — possibly suppressing any output from lvoc, if any.
The text was updated successfully, but these errors were encountered:
bartlomieju
changed the title
Add --output option to deno coverage when used with --lcov
Add output argument to deno coverage when used with --lcovJan 4, 2022
I think it's better to provide an option to pipe the output to a file of
deno converage cov_profile/ --lcovinstead of using>, which is not supported in every operating system, AFAIK.Something like
deno converage cov_profile/ --lcov --output=path/to/lcov.info— possibly suppressing any output fromlvoc, if any.The text was updated successfully, but these errors were encountered: