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: use codecov-action to upload coverage report #138

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

rst0git
Copy link
Member

@rst0git rst0git commented Jul 19, 2024

Uploading code coverage currently fails with the following error:

Rate limit reached. Please upload with the Codecov repository upload token to resolve issue.

This pull request replaces the codecov Makefile target with codecov-action to fix this problem.

Copy link

github-actions bot commented Jul 19, 2024

Test Results

55 tests  ±0   55 ✅ ±0   1s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit f76433c. ± Comparison against base commit ee4e4e3.

♻️ This comment has been updated with latest results.

Uploading code coverage currently fails with the following error:

	Rate limit reached. Please upload with the Codecov repository
        upload token to resolve issue.

This patch replaces the codecov Makefile target with codecov-action
to fix this problem.

Signed-off-by: Radostin Stoyanov <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.73%. Comparing base (ee4e4e3) to head (f76433c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #138   +/-   ##
=======================================
  Coverage   78.73%   78.73%           
=======================================
  Files          11       11           
  Lines        1260     1260           
=======================================
  Hits          992      992           
  Misses        201      201           
  Partials       67       67           

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

@rst0git rst0git merged commit b1f1c3b into checkpoint-restore:main Jul 19, 2024
17 of 18 checks passed
@rst0git rst0git deleted the ci-codecov branch July 19, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants