You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running deno test -A --coverage=cov_profile --no-check --no-config --import-map import_map.test.json to collect coverage, when I run deno coverage cov_profile it never complete no matter how long I wait.
Steps to Reproduce
Download my cov_profile
Run deno coverage cov_profile on it
It never completes
Expected behavior
I should see the final coverage report after the command completes.
Describe the bug
After running
deno test -A --coverage=cov_profile --no-check --no-config --import-map import_map.test.json
to collect coverage, when I rundeno coverage cov_profile
it never complete no matter how long I wait.Steps to Reproduce
deno coverage cov_profile
on itExpected behavior
I should see the final coverage report after the command completes.
Environment
macOS 15.3.1
deno 2.2.0
Output of
deno coverage cov_profile --detailed
cov_profile.zip
The text was updated successfully, but these errors were encountered: