Skip to content

Commit d74d39c

Browse files
committed
Fix missing token for codecov
3.0-preview-update-workflow
1 parent ad8a0ce commit d74d39c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
run: xcrun llvm-cov export -format="lcov" .build/debug/CoreDataRepositoryPackageTests.xctest/Contents/MacOS/CoreDataRepositoryPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
4040
- uses: codecov/codecov-action@v3
4141
with:
42+
token: ${{ secrets.CODECOV_TOKEN }}
4243
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)