-
Notifications
You must be signed in to change notification settings - Fork 148
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
lookup: re-add npm #979
base: main
Are you sure you want to change the base?
lookup: re-add npm #979
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #979 +/- ##
==========================================
- Coverage 96.44% 95.32% -1.13%
==========================================
Files 28 28
Lines 2139 2139
==========================================
- Hits 2063 2039 -24
- Misses 76 100 +24 ☔ View full report in Codecov by Sentry. |
The tests that set
@nodejs/npm Is there an easy way to skip those tests or somehow accommodate another locale? @nodejs/build Is there an easy way for us to add that locale? |
Originally this locale was used in the test environment to ensure the correct sorting behavior when no locale was set in the CLI code: npm/cli@1d09214. It's possible that the tests will still pass without it and we can remove it for If it is, then there is a package.json config that could be unset before the tests run. I regret that I haven't looked closer yet into npm's failures in |
I'm not sure, but it might have only just started happening. We've made more than few changes to CITGM.
|
For comparison, running CITGM on npm using CITGM@8. If this passes, then we'll bisect and figure out what changed in CITGM to cause the failures: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3262/ |
CITGM@8 fails too, so the problem isn't something that CITGM@9 newly introduces. |
@lukekarrys in order to tweak a value for the generic citgm run, it looks like there are a few possibilities, looking at the current |
Checklist
npm test
passeshere