Update codecov/codecov-action action to v3.1.3 (#55)

This commit is contained in:
renovate[bot] 2023-04-21 07:36:02 +02:00 committed by GitHub
parent 50e5256e7a
commit 88dc088cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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@v3.1.2
uses: codecov/codecov-action@v3.1.3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage.lcov

View File

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