Skip to content

Use codecov-action to upload test results#391

Merged
5ouma merged 1 commit intomainfrom
ci-ci-codecov-action-report-type
Mar 15, 2026
Merged

Use codecov-action to upload test results#391
5ouma merged 1 commit intomainfrom
ci-ci-codecov-action-report-type

Conversation

@5ouma
Copy link
Owner

@5ouma 5ouma commented Mar 15, 2026

⚠️ Issue

close #


✏️ Description

Use the same action as the upstream specifies.


Use the same action as upstream specifies.
Copilot AI review requested due to automatic review settings March 15, 2026 10:16
@github-actions github-actions bot added the 🎽 CI Changes to CI configuration files and scripts label Mar 15, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI workflow’s Codecov integration to upload test results using codecov/codecov-action, aligning it with the existing coverage upload approach.

Changes:

  • Replace codecov/test-results-action with codecov/codecov-action for test result uploads.
  • Add report_type: test_results to the test results upload step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dbfa88cf-d11a-4f65-bfe4-3b8299228ed9

📥 Commits

Reviewing files that changed from the base of the PR and between fb5be5c and 5dd728b.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml

Walkthrough

The CI workflow's Codecov test results upload step is updated from codecov/test-results-action to codecov-action with an added report_type: test_results parameter. The authentication token is preserved.

Changes

Cohort / File(s) Summary
CI Workflow Configuration
.github/workflows/ci.yml
Replaced test results reporting action from codecov/test-results-action to codecov-action and added report_type configuration parameter.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: replacing the test results upload step with codecov-action.
Description check ✅ Passed The description is related to the changeset, explaining the rationale for using the upstream-specified action, though it lacks specific detail about the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ci-ci-codecov-action-report-type
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@5ouma 5ouma merged commit 80eafc4 into main Mar 15, 2026
17 of 19 checks passed
@5ouma 5ouma deleted the ci-ci-codecov-action-report-type branch March 15, 2026 10:21
@5ouma 5ouma bot mentioned this pull request Mar 15, 2026
@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (fb5be5c) to head (5dd728b).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #391   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          115       115           
  Branches         9         9           
=========================================
  Hits           115       115           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎽 CI Changes to CI configuration files and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants