-
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
ci: stop using node0 at the first node name #538
Conversation
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Unit Test Results - Linux 1 files 19 suites 49s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Tests Coverage Report13 tests 13 ✅ 2m 31s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 28s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report57 tests 57 ✅ 3m 22s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Tests Coverage Report13 tests 13 ✅ 3m 5s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node Update Tests Coverage Report12 tests 12 ✅ 5m 6s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report10 tests 10 ✅ 2m 55s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node Delete Tests Coverage Report10 tests 10 ✅ 5m 33s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 28s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
E2E Node Add Tests Coverage Report22 tests 22 ✅ 14m 20s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 35s ⏱️ Results for commit 93fb4de. ♻️ This comment has been updated with latest results. |
# Conflicts: # test/e2e/core/platform_installer_e2e.test.mjs # test/unit/core/platform_installer.test.mjs
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #538 +/- ##
==========================================
+ Coverage 81.66% 83.48% +1.82%
==========================================
Files 35 36 +1
Lines 4429 4942 +513
Branches 671 700 +29
==========================================
+ Hits 3617 4126 +509
- Misses 812 816 +4
|
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com> Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com> Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com> Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
🎉 This PR is included in version 0.29.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues