Update codecov/codecov-action action to v3 (#54)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-20 07:35:16 +00:00 committed by GitHub
parent 4fd8aac469
commit 50e5256e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Generate coverage report
run: llvm-cov export -format="lcov" .build/debug/*PackageTests.xctest -instr-profile .build/debug/codecov/default.profdata > coverage.lcov
- name: Upload code coverage report
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v3.1.2
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage.lcov