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

Update to node 18 and swap Lerna for Turbo #1528

Merged
merged 3 commits into from
May 22, 2024
Merged

Conversation

sethidden
Copy link
Contributor

No description provided.

@sethidden sethidden requested a review from a team as a code owner May 21, 2024 14:19
Copy link

changeset-bot bot commented May 21, 2024

🦋 Changeset detected

Latest commit: 37565df

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@vue-storefront/magento-api Major
@vue-storefront/magento-types Major
@vue-storefront/magento-sdk Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sethidden sethidden force-pushed the update-to-node-18 branch from d5787ee to 7f73e9b Compare May 21, 2024 14:21
sethidden added 2 commits May 21, 2024 16:21
Because of turbo, unit tests and integration tests can run in
different order.

Before adding turbo, the test script was like "yarn test:unit && yarn
test:integration". If both tests generated coverage, in the coverage
folder there'd factually be the integration test coverage.

But now that they run out of order, we don't know what's in there.

Here I reverted to a state where coverage from unit tests is only
reported, as you normally collect coverage from unit tests.
@sethidden sethidden force-pushed the update-to-node-18 branch from 7f73e9b to 37565df Compare May 21, 2024 14:21
@sethidden sethidden merged commit e4709f9 into main May 22, 2024
5 of 6 checks passed
@sethidden sethidden deleted the update-to-node-18 branch May 22, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants