We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8a0ce commit d74d39cCopy full SHA for d74d39c
1 file changed
.github/workflows/ci.yml
@@ -39,4 +39,5 @@ jobs:
39
run: xcrun llvm-cov export -format="lcov" .build/debug/CoreDataRepositoryPackageTests.xctest/Contents/MacOS/CoreDataRepositoryPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
40
- uses: codecov/codecov-action@v3
41
with:
42
+ token: ${{ secrets.CODECOV_TOKEN }}
43
fail_ci_if_error: true # optional (default = false)
0 commit comments