-
Notifications
You must be signed in to change notification settings - Fork 7
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: only update readme during release artifact #570
Conversation
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Unit Test Results - Linux 1 files 19 suites 25s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 1s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Node PEM Kill Tests Coverage Report13 tests 13 ✅ 3m 22s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 30s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Tests Coverage Report13 tests 13 ✅ 3m 15s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 25s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report10 tests 10 ✅ 2m 27s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Standard Tests Coverage Report 1 files 9 suites 4m 11s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Node Update Tests Coverage Report12 tests 12 ✅ 4m 59s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
E2E Node Delete Tests Coverage Report10 tests 10 ✅ 6m 6s ⏱️ Results for commit 59abf60. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
E2E Node Add Tests Coverage Report22 tests 22 ✅ 12m 21s ⏱️ Results for commit 59abf60. ♻️ 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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #570 +/- ##
==========================================
- Coverage 82.54% 81.05% -1.49%
==========================================
Files 36 37 +1
Lines 4720 4882 +162
Branches 674 688 +14
==========================================
+ Hits 3896 3957 +61
- Misses 824 925 +101 |
E2E Node Add - Separate commands Tests Coverage Report11 tests 11 ✅ 5m 38s ⏱️ Results for commit 59abf60. |
🎉 This PR is included in version 0.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues
Update README.md
to be called as part ofDeploy Release Artifact
instead of merge tomain
#410