Skip to content

ci: upgrade codecov-action#31

Merged
SF-Zhou merged 2 commits intomainfrom
dev
Mar 5, 2026
Merged

ci: upgrade codecov-action#31
SF-Zhou merged 2 commits intomainfrom
dev

Conversation

@SF-Zhou
Copy link
Copy Markdown
Owner

@SF-Zhou SF-Zhou commented Mar 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 5, 2026 04:39
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 5, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines         1533      1533           
=========================================
  Hits          1533      1533           

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

@SF-Zhou SF-Zhou merged commit 415adb1 into main Mar 5, 2026
9 checks passed
@SF-Zhou SF-Zhou deleted the dev branch March 5, 2026 04:42
Copy link
Copy Markdown
Contributor

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 repository’s GitHub Actions CI configuration related to Codecov uploads, while also removing duplicated Rust license text files under licenses/rust/.

Changes:

  • Upgrade Codecov coverage upload from codecov/codecov-action@v4 to @v5.
  • Replace the Codecov test-results upload action with codecov/codecov-action@v5 plus report_type: test_results.
  • Delete licenses/rust/LICENSE-{MIT,APACHE}.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
licenses/rust/LICENSE-MIT Removes duplicated MIT license text file under licenses/rust/.
licenses/rust/LICENSE-APACHE Removes duplicated Apache-2.0 license text file under licenses/rust/.
.github/workflows/rust.yml Upgrades Codecov action to v5 and changes how test results are uploaded.

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

Comment on lines 34 to 36
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

This PR is titled as a CI-only Codecov action upgrade, but it also deletes licenses/rust/LICENSE-{MIT,APACHE}. If those files were kept for third-party license attribution/compliance, they should not be removed; otherwise please update the PR title/description (or split into a separate PR) to reflect the licensing change explicitly.

Copilot uses AI. Check for mistakes.
Comment on lines +42 to +44
uses: codecov/codecov-action@v5
with:
report_type: test_results
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

The "Upload test results" step switches from codecov/test-results-action@v1 to codecov/codecov-action@v5 and introduces report_type: test_results. Since this changes the upload mechanism, please confirm this is the supported way to upload JUnit results with v5 (and that the inputs are correct). If not, keep using the dedicated codecov/test-results-action for test results while upgrading only the coverage upload step.

Suggested change
uses: codecov/codecov-action@v5
with:
report_type: test_results
uses: codecov/test-results-action@v1
with:

Copilot uses AI. Check for mistakes.
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