-
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: reduce number of account used e2e init account test #477
Conversation
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 9m 30s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report55 tests 55 ✅ 4m 59s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 7m 18s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 5m 6s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report11 tests 11 ✅ 3m 37s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 37s ⏱️ Results for commit 586998f. ♻️ This comment has been updated with latest results. |
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 Footnotes
|
…reduce-init-account Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com> # Conflicts: # src/core/constants.mjs
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
==========================================
+ Coverage 81.44% 81.87% +0.43%
==========================================
Files 35 35
Lines 4095 4182 +87
Branches 719 725 +6
==========================================
+ Hits 3335 3424 +89
+ Misses 760 758 -2
|
## [0.28.0](v0.27.0...v0.28.0) (2024-08-26) ### Features * add freeze account ([#436](#436)) ([8fe5a41](8fe5a41)) * enhance node add to work with staking and dynamic address book ([#469](#469)) ([b452599](b452599)) * use k8s configMaps to mount files during solo network deploy ([#345](#345)) ([af27f16](af27f16)) ### Bug Fixes * hugo jsdoc failure ([#498](#498)) ([ff07413](ff07413)) * reduce number of account used e2e init account test ([#477](#477)) ([51d7ade](51d7ade)) * Resolve various problems to enable tests from local-node and smart-contracts to run agains solo network ([#402](#402)) ([c99d881](c99d881)) * use path.join instead of forward slashes to support Windows ([#491](#491)) ([82a5053](82a5053))
🎉 This PR is included in version 0.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues