Replies: 1 comment 2 replies
-
The last sentence is correct. The test files are explicitly opted out of coverage and their reports are not written to disk. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. I typically collect coverage information on my test files as well as my main files, so that I can see if a test is failing to run or a branch is never hit.
It looks like
deno coveragehas an--excludeflag that defaults to excluding.test.tsand similar files, but either I don't know how to disable it (I tried--excludes=^$) ordeno test --coveragedoesn't collect this coverage data in the first place.ref: Don’t omit tests from coverage
Beta Was this translation helpful? Give feedback.
All reactions