Skip to content

Commit c284743

Browse files
authored
Update swift.yml
1 parent b37452a commit c284743

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Gather code coverage
4444
run: xcrun llvm-cov export -format="lcov" .build/debug/SQLiteCloudPackageTests.xctest/Contents/MacOS/SQLiteCloudPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
4545

46-
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v2
48-
with:
49-
token: ${{ secrets.CODECOV_TOKEN }}
46+
- name: Upload coverage reports to Codecov
47+
uses: codecov/codecov-action@v3
48+
env:
49+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5050
fail_ci_if_error: fail
5151
files: ./coverage_report.lcov
5252
verbose: true

0 commit comments

Comments
 (0)