Skip to content
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

Merged
merged 17 commits into from
Sep 16, 2024
Merged

Conversation

JeffreyDallas
Copy link
Contributor

Description

This pull request changes the following:

  • only update readme during release artifact work flow

Related Issues

Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Sep 12, 2024

Unit Test Results - Linux

  1 files   19 suites   25s ⏱️
121 tests 121 ✅ 0 💤 0 ❌
147 runs  147 ✅ 0 💤 0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

Unit Test Results - Windows

  1 files   19 suites   1m 1s ⏱️
121 tests 121 ✅ 0 💤 0 ❌
147 runs  147 ✅ 0 💤 0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Node PEM Kill Tests Coverage Report

13 tests   13 ✅  3m 22s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Mirror Node Tests Coverage Report

 1 files   1 suites   3m 30s ⏱️
13 tests 13 ✅ 0 💤 0 ❌
14 runs  14 ✅ 0 💤 0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Node PEM Stop Tests Coverage Report

13 tests   13 ✅  3m 15s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Relay Tests Coverage Report

1 files  1 suites   2m 25s ⏱️
6 tests 6 ✅ 0 💤 0 ❌
7 runs  7 ✅ 0 💤 0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Node Local Build Tests Coverage Report

10 tests   10 ✅  2m 27s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Standard Tests Coverage Report

 1 files   9 suites   4m 11s ⏱️
58 tests 58 ✅ 0 💤 0 ❌
59 runs  59 ✅ 0 💤 0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Node Update Tests Coverage Report

12 tests   12 ✅  4m 59s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Sep 12, 2024

E2E Node Delete Tests Coverage Report

10 tests   10 ✅  6m 6s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

JeffreyDallas and others added 4 commits September 12, 2024 16:22
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
@JeffreyDallas JeffreyDallas requested a review from a team as a code owner September 12, 2024 21:36
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Sep 13, 2024

E2E Node Add Tests Coverage Report

22 tests   22 ✅  12m 21s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

♻️ This comment has been updated with latest results.

Copy link

codacy-production bot commented Sep 13, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for b65a24a1
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b65a24a) Report Missing Report Missing Report Missing
Head commit (59abf60) 4072 3304 81.14%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#570) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.05%. Comparing base (32dcf0c) to head (59abf60).
Report is 18 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     

see 4 files with indirect coverage changes

Impacted file tree graph

Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Copy link
Contributor

E2E Node Add - Separate commands Tests Coverage Report

11 tests   11 ✅  5m 38s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 59abf60.

@jeromy-cannon jeromy-cannon merged commit 18b412d into main Sep 16, 2024
38 of 39 checks passed
@jeromy-cannon jeromy-cannon deleted the 0410-D-readme-fix branch September 16, 2024 14:52
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.30.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Update README.md to be called as part of Deploy Release Artifact instead of merge to main
3 participants