-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix: ERR_MODULE_NOT_FOUND when sample plugins ran #811
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
✅ Deploy Preview for endearing-brigadeiros-63f9d0 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #811 +/- ##
=======================================
Coverage 63.11% 63.11%
=======================================
Files 47 47
Lines 1681 1681
=======================================
Hits 1061 1061
Misses 620 620 ☔ View full report in Codecov by Sentry. |
- move plugin sample README into the package so its viewable on npm - fix bad imports from ESM plugin (index.js) - bump @finos/git-proxy-plugin-samples to 0.1.1 - update docs with simpler setup instructions Signed-off-by: Thomas Cooper <[email protected]>
a68802c
to
db61452
Compare
Signed-off-by: Thomas Cooper <[email protected]> Signed-off-by: Thomas Cooper <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🍰
closes #812
Testing:
With fixes applied
Current state
Signed-off-by: Thomas Cooper [email protected]