-
Notifications
You must be signed in to change notification settings - Fork 15
fix: update default helm chart version #378
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
Conversation
Signed-off-by: Nathan Klick <[email protected]>
Unit Test Results - Linux 1 files 19 suites 1m 13s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 57s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report55 tests 55 ✅ 4m 36s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 5m 57s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 7m 31s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 3m 59s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report11 tests 11 ✅ 3m 35s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 22s ⏱️ Results for commit f017e43. ♻️ This comment has been updated with latest results. |
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
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 preferences🚀 Don’t miss a bit, follow what’s new on Codacy. Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #378 +/- ##
==========================================
+ Coverage 81.48% 81.51% +0.03%
==========================================
Files 35 35
Lines 4077 4096 +19
Branches 718 640 -78
==========================================
+ Hits 3322 3339 +17
- Misses 755 757 +2
|
## [0.27.0](v0.26.0...v0.27.0) (2024-06-14) ### Features * add node logs command ([#337](#337)) ([720ee0d](720ee0d)) * node log command also download config.txt and settings.txt ([#342](#342)) ([a8711a8](a8711a8)) ### Bug Fixes * update config to work with new version of hedera-json-rpc-relay ([#316](#316)) ([7974ade](7974ade)) * update default full stack chart version ([#362](#362)) ([a9254c4](a9254c4)) * update default helm chart version ([#378](#378)) ([d3e7a1a](d3e7a1a)) * update the default settings and log4j2 configuration files ([#384](#384)) ([3cad24b](3cad24b))
🎉 This PR is included in version 0.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues