-
Notifications
You must be signed in to change notification settings - Fork 147
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: Updating the build workflow to use Codecov actions instead of codecov npm package. #2558
ci: Updating the build workflow to use Codecov actions instead of codecov npm package. #2558
Conversation
…ecov npm package. Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2558 +/- ##
==========================================
+ Coverage 76.49% 84.40% +7.90%
==========================================
Files 304 283 -21
Lines 75800 70929 -4871
==========================================
+ Hits 57986 59868 +1882
+ Misses 17814 11061 -6753 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Signed-off-by: Vasil Boyadzhiev <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ecov npm package. (hiero-ledger#2558) * ci: Updating the build workflow to use Codecov actions instead of codecov npm package. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Attempting a workaround for lcov.info missing. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Commenting out long running jobs to try and troubleshoot. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Troubleshooting folder contents Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: testing with different task Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Adding in back Node start and stop Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Editing the tasks and testing again Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: changing from c8 to nyc Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: removing one more npx codecov for troubleshooting Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Re-enable integration and final job changes. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: reverting back to c8 from nyc Signed-off-by: Vasil Boyadzhiev <[email protected]> * Removing .nycrc.json as its no longer needed. Signed-off-by: Vasil Boyadzhiev <[email protected]> --------- Signed-off-by: Vasil Boyadzhiev <[email protected]> Signed-off-by: Vasil Boyadzhiev <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
…ecov npm package. (hiero-ledger#2558) * ci: Updating the build workflow to use Codecov actions instead of codecov npm package. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Attempting a workaround for lcov.info missing. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Commenting out long running jobs to try and troubleshoot. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Troubleshooting folder contents Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: testing with different task Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Adding in back Node start and stop Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Editing the tasks and testing again Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: changing from c8 to nyc Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: removing one more npx codecov for troubleshooting Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: Re-enable integration and final job changes. Signed-off-by: Vasil Boyadzhiev <[email protected]> * ci: reverting back to c8 from nyc Signed-off-by: Vasil Boyadzhiev <[email protected]> * Removing .nycrc.json as its no longer needed. Signed-off-by: Vasil Boyadzhiev <[email protected]> --------- Signed-off-by: Vasil Boyadzhiev <[email protected]> Signed-off-by: Vasil Boyadzhiev <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
Description:
There is an issue with the build workflow so this modifies it to use the official codecov action to try and resolve the issue.
Related issue(s):
Fixes #2557
Notes for reviewer:
Checklist