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

Fix Windows support in coverage generation #461

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented May 16, 2024

Closes #459

What I did

This PR attempts to fix a Windows compatibility issue when generating coverage. By using node to execute the binary file instead, it should work cross-platform.

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

  • Add or update documentation reflecting your changes in this repository
  • Request documentation updates in the test-runner docs website

Checklist for Maintainers

  • Make sure this PR contains one of the labels below:

    Available labels
    • skip-release: Skip any releases, e.g., documentation only changes, CI config etc.
    • patch: Upgrade patch version (e.g. 0.0.x)
    • minor: Upgrade patch version (e.g. 0.x.0)
    • major: Upgrade patch version (e.g. x.0.0)
📦 Published PR as canary version: 0.18.1--canary.461.2324514.0

✨ Test out this PR locally via:

npm install @storybook/[email protected]
# or 
yarn add @storybook/[email protected]

@yannbf yannbf added the patch Increment the patch version when merged label May 16, 2024
@yannbf yannbf requested a review from kasperpeulen as a code owner May 16, 2024 13:25
@yannbf yannbf force-pushed the yann/fix-coverage-process branch from 862a65b to 8fa90ff Compare May 16, 2024 13:36
@yannbf yannbf force-pushed the yann/fix-coverage-process branch from 8fa90ff to 2324514 Compare May 17, 2024 13:29
@yannbf yannbf merged commit e8c15d5 into next May 17, 2024
9 of 10 checks passed
@yannbf yannbf deleted the yann/fix-coverage-process branch May 17, 2024 13:29
This was referenced May 17, 2024
Copy link

🚀 PR was released in v0.18.2-next.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged prerelease released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant