We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6167652 commit 23f184bCopy full SHA for 23f184b
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: swift test --enable-code-coverage
36
- name: Swift Coverage Report
37
run: xcrun llvm-cov export -format="lcov" .build/debug/CoreDataRepositoryPackageTests.xctest/Contents/MacOS/CoreDataRepositoryPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
38
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
fail_ci_if_error: true # optional (default = false)
0 commit comments