-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
bugSomething isn't working correctlySomething isn't working correctlytestingrelated to deno test and coveragerelated to deno test and coverage
Milestone
Description
$ deno --version
deno 1.17.0 (release, x86_64-unknown-linux-gnu)
v8 9.7.106.15
typescript 4.5.2
It seems code coverage is not collected for scripts from the worker contexts (neither from the worker script itself, nor from the imported scripts).
Steps to reproduce:
- Clone the
git@github.com:canonic-epicure/deno-reproduce.git
- Inside the repo folder, run
DENO_UNSTABLE_COVERAGE_DIR=cov deno run -A --unstable reproduce.js
- Search inside the
cov
folder, it contains a single file for every file, for which coverage information was collected.
There should be a file containing the text:lib.js
andworker.js
, but there's none. The file forreproduce.js
presents as expected.
lideming and lowlighter
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlytestingrelated to deno test and coveragerelated to deno test and coverage