mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-08 11:24:50 +00:00
ci: upgrade codecov action version
This commit is contained in:
parent
44abda9cdc
commit
aaf8eb2777
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -162,10 +162,9 @@ jobs:
|
||||
make coverage-merge
|
||||
|
||||
- name: Upload integration test coverage to Codecov
|
||||
if: matrix.cache == '-DUA2F_NO_CACHE=OFF' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: build-coverage/coverage_combined_filtered.info
|
||||
files: build-coverage/coverage_combined_filtered.info
|
||||
flags: integration
|
||||
fail_ci_if_error: false
|
||||
verbose: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user