We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afcc1b commit 42c56bbCopy full SHA for 42c56bb
.github/workflows/swift.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests
22
run: swift test -v --enable-code-coverage
23
- 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
+ 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
25
- uses: codecov/codecov-action@v5
26
with:
27
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments