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: move upload to Codecov to separate job #344

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Jun 12, 2024

Uploading the code coverage result to Codecov might fail. Then the whole tests needs to be restarted just to try the upload again.

Move uploading the code coverage results to the separate upload-to-codecov job. Store the coverage results of the test jobs as artifacts.

Uploading the code coverage result to Codecov might fail. Then the whole
tests needs to be restarted just to try the upload again.

Move uploading the code coverage results to the separate
`upload-to-codecov` job. Store the coverage results of the test jobs as
artifacts.
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.53%. Comparing base (684c60d) to head (a7a31f3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #344   +/-   ##
=======================================
  Coverage   82.53%   82.53%           
=======================================
  Files          94       94           
  Lines       19353    19353           
  Branches     3115     3115           
=======================================
  Hits        15973    15973           
  Misses       2883     2883           
  Partials      497      497           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdrung bdrung requested a review from schopin-pro June 12, 2024 09:32
@schopin-pro schopin-pro merged commit 6017bae into canonical:main Jun 12, 2024
22 checks passed
@bdrung bdrung deleted the codecov branch June 12, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants