Closed tkjaergaard closed 1 month ago
Attention: Patch coverage is 0%
with 48 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@d032c67
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
src/commands/module/add.ts | 0.00% | 48 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🔗 Linked issue
518
❓ Type of change
📚 Description
This PR adresses a bug where the fetch request dosen't take the authToken of the found registry into account. This fix will use the .npmrc(s) to first find the registry and then search for an associated authToken.
Unfortunately npm.pkg.github.com dosen't support fetching a specific version like the NPM registry like:
/<pkgName>/latest
. So i we-wrote to use the/<pkgName>
endpoint and then find the desired version meta data.