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