We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4c7f8 commit 952f1d1Copy full SHA for 952f1d1
.github/workflows/coverage.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
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
47
48
- - uses: codecov/codecov-action@v1.5.0
+ - uses: codecov/codecov-action@v3
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
files: coverage.lcov
0 commit comments