-
Notifications
You must be signed in to change notification settings - Fork 8
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: specify jvm env variables explicitly for local profile #405
Conversation
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
4191c65
to
49ac518
Compare
E2E Tests Coverage Report55 tests 55 ✅ 4m 36s ⏱️ Results for commit 49ac518. |
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 7m 52s ⏱️ Results for commit 49ac518. |
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 6m 42s ⏱️ Results for commit 49ac518. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report11 tests 11 ✅ 3m 39s ⏱️ Results for commit 49ac518. |
E2E Node Local Build Tests Coverage Report8 tests 7 ✅ 4m 53s ⏱️ For more details on these failures, see this check. Results for commit 49ac518. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 3m 9s ⏱️ Results for commit 49ac518. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #405 +/- ##
=======================================
Coverage 80.83% 80.84%
=======================================
Files 37 37
Lines 4885 4887 +2
Branches 684 685 +1
=======================================
+ Hits 3949 3951 +2
Misses 936 936
|
## [0.31.0](v0.30.1...v0.31.0) (2024-10-04) ### Features * Add '--mirror-node-version' flag to override default mirror node version ([#616](#616)) ([e4932c4](e4932c4)) * add quiet flag ([#621](#621)) ([b068c8f](b068c8f)) * convert hugo docs workflow calls to use Taskfile task ([#642](#642)) ([ae8d8bb](ae8d8bb)) * ensured user-provided values file takes precedence over solo-generated values ([#615](#615)) ([1b0ffc9](1b0ffc9)) * **logging:** Add the new custom process output class and inject it into the default list renderer options ([#622](#622)) ([efa1783](efa1783)) * separate commands for solo node delete ([#597](#597)) ([b251276](b251276)) * Separate network upgrade and freeze from node update/add/delete command ([#628](#628)) ([9b17937](9b17937)) ### Bug Fixes * Direct calling of node stop and start commands ([#636](#636)) ([7749b04](7749b04)) * **docs:** resolve issues due to npx in taskfile for the custom-network-config example ([038e6df](038e6df)) * jsdoc failed but ci job not failed ([#608](#608)) ([3f838f6](3f838f6)) * specify jvm env variables explicitly for local profile ([#405](#405)) ([3db7e08](3db7e08)) * **tests:** start Kind cluster on demand if not having a kube config errors ([#624](#624)) ([538e40d](538e40d)) * upgrade eslint config away from abandoned plugin ([#643](#643)) ([84d3dc5](84d3dc5))
🎉 This PR is included in version 0.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues