storybookjs / test-runner

🚕 Turn stories into executable tests
https://storybook.js.org/docs/writing-tests/interaction-testing
MIT License
229 stars 72 forks source link

Fix coverage reports, add lcov as extra reporter #456

Closed yannbf closed 5 months ago

yannbf commented 5 months ago

Closes #

What I did

Checklist for Contributors

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

Checklist for Maintainers

📦 Published PR as canary version: 0.17.1--canary.456.29a8f24.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/test-runner@0.17.1--canary.456.29a8f24.0 # or yarn add @storybook/test-runner@0.17.1--canary.456.29a8f24.0 ```