Skip to content

Commit 952f1d1

Browse files
committed
Update coverage.yml
Update the coverage plugin to the latest stable release
1 parent de4c7f8 commit 952f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
llvm-cov export -format lcov -ignore-filename-regex ".build|Tests|Examples" -instr-profile .build\x86_64-unknown-windows-msvc\debug\codecov\default.profdata .build\x86_64-unknown-windows-msvc\debug\SwiftWin32PackageTests.xctest > coverage.lcov
4747
48-
- uses: codecov/codecov-action@v1.5.0
48+
- uses: codecov/codecov-action@v3
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
files: coverage.lcov

0 commit comments

Comments
 (0)