You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: