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

feat(test-runner): added Istanbul coverage collection #7209

Closed

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Jun 17, 2021

An experiment how it i works in general, implementation etc. is TBD. There are two way so far how to add it:
a) Chromium coverage with v8-to-istanbul package and save the individual reports and then let the user merge it via nyc
b) Use babel-plugin-instanbul and save the individual reports and then let the user merge it via nyc

We don't want the nyc dependency since it introduces too many dependencies.

@mxschmitt
Copy link
Member Author

Closed, done in user-land for now: #7030 (comment)

@mxschmitt mxschmitt closed this Jun 24, 2021
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

Successfully merging this pull request may close these issues.

1 participant