Skip to content

Commit a022c86

Browse files
committed
Fix codecov in workflow
bugfix/unable-to-build-v2-with-swift-6
1 parent 5f05749 commit a022c86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: swift test --enable-code-coverage
4242
- name: Swift Coverage Report
4343
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
44+
- uses: codecov/codecov-action@v4
4545
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}
4647
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)