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

Add a plugin for gathering code-coverage from instrumented code. #62

Open
adierkens opened this issue Oct 1, 2020 · 4 comments
Open
Assignees

Comments

@adierkens
Copy link
Contributor

As a test-runner, it would be nice to provide the feature (in the form of a plugin) of code-coverage gathered from testing a site that is instrumented with istanbul

The plugin should allow for outputting coverage data in an industry standard format, and the ability to hook into said serialization of the data before writing to disk.

@twinklenotna
Copy link

@adierkens can I take this up

@twinklenotna
Copy link

twinklenotna commented Oct 4, 2020

@adierkens Can we use codecov.io for this? If yes, I will need some help authorizing codecov.io for this repo.

@twinklenotna
Copy link

@adierkens or should we use coveralls?

@adierkens
Copy link
Contributor Author

@twinklenotna This feature isn't to integrate codecov or coveralls with this repo in particular, but rather to consume a storybook build published using istanbul and produce a coverage report -- similar to what we do for the accessibility plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants