proof icon indicating copy to clipboard operation
proof copied to clipboard

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

Open adierkens opened this issue 5 years ago • 4 comments

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.

adierkens avatar Oct 01 '20 00:10 adierkens

@adierkens can I take this up

twinklenotna avatar Oct 01 '20 08:10 twinklenotna

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

twinklenotna avatar Oct 04 '20 13:10 twinklenotna

@adierkens or should we use coveralls?

twinklenotna avatar Oct 04 '20 14:10 twinklenotna

@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.

adierkens avatar Oct 05 '20 23:10 adierkens