-
Notifications
You must be signed in to change notification settings - Fork 150
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
Adds integration tests for Yarn #1022
Conversation
The test failures seem unrelated with my change (I see they occur in main already: https://github.com/nodejs/citgm/actions/runs/6604240669/job/17938186004#step:14:770). |
You can disregard the test failure but https://github.com/nodejs/citgm/actions/runs/6652341543 shows multiple failures that may be related. |
Can you retry them? I think I fixed them in yarnpkg/berry#5875 |
All green! |
The three failures seem infra problems:
rhel8-ppc64le & fedora-last-latest-x64:
|
Agreed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1022 +/- ##
=======================================
Coverage 96.44% 96.44%
=======================================
Files 28 28
Lines 2139 2139
=======================================
Hits 2063 2063
Misses 76 76 ☔ View full report in Codecov by Sentry. |
We merged #905 without running the full suite of integration tests to make sure that we were testing at least something. This PR aims to enable a couple of the most important integration tests (still not all of them).
Checklist
npm test
passeshere