-
Notifications
You must be signed in to change notification settings - Fork 2
ci: upgrade codecov-action #31
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -32,15 +32,16 @@ jobs: | |||||||||||
| cargo llvm-cov report --cobertura --output-path target/llvm-cov-target/cobertura.xml | ||||||||||||
|
|
||||||||||||
| - name: Upload coverage reports to Codecov | ||||||||||||
| uses: codecov/codecov-action@v4 | ||||||||||||
| uses: codecov/codecov-action@v5 | ||||||||||||
| with: | ||||||||||||
| token: ${{ secrets.CODECOV_TOKEN }} | ||||||||||||
| slug: SF-Zhou/lockmap | ||||||||||||
| files: target/llvm-cov-target/cobertura.xml | ||||||||||||
|
|
||||||||||||
| - name: Upload test results to Codecov | ||||||||||||
| uses: codecov/test-results-action@v1 | ||||||||||||
| uses: codecov/codecov-action@v5 | ||||||||||||
| with: | ||||||||||||
| report_type: test_results | ||||||||||||
|
Comment on lines
+42
to
+44
|
||||||||||||
| uses: codecov/codecov-action@v5 | |
| with: | |
| report_type: test_results | |
| uses: codecov/test-results-action@v1 | |
| with: |
This file was deleted.
This file was deleted.
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.
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.