-
-
Notifications
You must be signed in to change notification settings - Fork 666
chore: refactor workflows #4513
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4513 +/- ##
=========================================
+ Coverage 0 93.53% +93.53%
=========================================
Files 0 103 +103
Lines 0 32349 +32349
=========================================
+ Hits 0 30257 +30257
- Misses 0 2092 +2092 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
metcoder95
approved these changes
Sep 4, 2025
@metcoder95 PTAL |
metcoder95
approved these changes
Sep 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4484
Nightly tests use EOL Node 23, which has no sqlite, nightly now points to node 25 nightly
CodeCov was broken, because wf was generating LCOV information in node 20 but was sending reports in node 22 run
It was always confusing that the ci was in nodejs.yml and the test.yml was the actual reusable workflow. Renamed it.
Workflows for release and other "meta" workflows now use node lts
Unified the name for node-version inputs.
One liners for matrix values seem to be better for managing them.
Checkout Action now uses persists-credentials explicitly set to true or false
Additional information about the built-in deps of nodejs is printed
Using commit hashes for actions
This relates to...
Rationale
Changes
Features
Bug Fixes
Breaking Changes and Deprecations
Status