deno coverage doesn't use import maps and is unable to retrieve files #10395
Labels
cli
related to cli/ dir
suggestion
suggestions for new features (yet to be agreed)
testing
related to deno test and coverage
Hi, my files are on gitlab.com, which doesn't provide proper headers and as such is unusable with Deno.
Because of this I have written a small software layer and am using import maps so that
cache
andlsp
are able to get the files, which works fine.Since
coverage
doesn't do that, it is unable to retrieve the files and build the coverage.Don't get me wrong, the files are there, but in
<cache>/deps/http/127.0.0.1_PORT3124
instead of<cache>/deps/https/gitlab.com
."Easy" fix would be to have import maps on the
coverage
subcommand as well.The text was updated successfully, but these errors were encountered: