-
Notifications
You must be signed in to change notification settings - Fork 89
fix(module): fix parsing bug for .npmrc files with comments #881
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
Conversation
0631b23
to
f476de4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #881 +/- ##
=======================================
Coverage ? 12.90%
=======================================
Files ? 71
Lines ? 3734
Branches ? 108
=======================================
Hits ? 482
Misses ? 3220
Partials ? 32 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
commit: |
@danielroe The following error is occurring in CI, but it seems to be a permissions issue with GitHub Actions, so I probably can't resolve it myself.
https://github.com/nuxt/cli/actions/runs/15258663204/job/42912106037 |
CodSpeed Performance ReportMerging #881 will not alter performanceComparing Summary
|
π Linked issue
resolves #880
β Type of change
π Description
I have fixed a bug where parsing the registry URL fails when
.npmrc
contains comments.