Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[testing] Add code coverage #2343

Closed
zekth opened this issue May 12, 2019 · 1 comment
Closed

[testing] Add code coverage #2343

zekth opened this issue May 12, 2019 · 1 comment

Comments

@zekth
Copy link
Contributor

zekth commented May 12, 2019

V8 offers the possibility to generate code coverage
ref: https://v8.dev/blog/javascript-code-coverage#for-embedders

I've already started writting a lcov parser : https://github.com/zekth/deno-lcov (ATM use standard lcov file but can be ported to v8 coverage files)

I think it would be really usefull for deno_std test modules and even for the core js of deno, to see what is really tested or not.

@kitsonk
Copy link
Contributor

kitsonk commented May 13, 2019

Duplicate of #106

@zekth zekth closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants