-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update workflows and deps for technical currency #169
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #169 +/- ##
=======================================
Coverage 74.77% 74.77%
=======================================
Files 24 24
Lines 337 337
Branches 44 43 -1
=======================================
Hits 252 252
Misses 85 85 ☔ View full report in Codecov by Sentry. |
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.
While I'm unable to run any DB2 commands directly from my Mac, I was able to build it and install it on my personal Apple Silicon laptop 😋
Thanks Timothy, LGTM!
Signed-off-by: Timothy Johnson <[email protected]>
Quality Gate passedIssues Measures |
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! 😋
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Also updates ibm_db dependency to support Node.js 22 and native installation on M1 Macs
How to Test
Note: I had to uninstall and reinstall XCode tools before I could install the plug-in on my Mac - see https://www.itsfullofstars.de/2024/10/solution-for-npm-install-fails-with-node-gyp-error-memory-file-not-found/
Review Checklist
I certify that I have:
Additional Comments