Skip to content

feature-request: first-class test-coverage support #106

Closed
@bcoe

Description

@bcoe

I find code-coverage is an extremely valuable tool for ensuring that a codebase is well tested. It's also a great way to figure out performance bottlenecks.

newer versions of v8 have built in code coverage, through the inspector API:

https://v8project.blogspot.com/2017/12/javascript-code-coverage.html

It would be really nice if we could figure out a way to expose this functionality out of the gate in deno, with source-map support; something I've been trying to do retroactively in Node.js.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions