Skip to content

Commit 42c56bb

Browse files
Fix coverage report path in Swift CI workflow
1 parent 1afcc1b commit 42c56bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: swift test -v --enable-code-coverage
2323
- name: Export coverage report as Lcov
24-
run: xcrun llvm-cov export -format="lcov" -instr-profile=.build/arm64-apple-macosx/debug/codecov/default.profdata .build/arm64-apple-macosx/debug/ArachnePackageTests.xctest/Contents/MacOS/ArachnePackageTests > lcov.info
24+
run: xcrun llvm-cov export -format="lcov" -instr-profile=.build/arm64-apple-macosx/debug/codecov/default.profdata .build/arm64-apple-macosx/debug/ShitLibPackageTests.xctest/Contents/MacOS/ShitLibPackageTests > lcov.info
2525
- uses: codecov/codecov-action@v5
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)