aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows/codecov.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows/codecov.yaml')
-rw-r--r--.gitea/workflows/codecov.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/codecov.yaml b/.gitea/workflows/codecov.yaml
index 153d3c1..1f22fbc 100644
--- a/.gitea/workflows/codecov.yaml
+++ b/.gitea/workflows/codecov.yaml
@@ -13,7 +13,7 @@ jobs:
- name: Run Tests
run: swift test --enable-code-coverage
- name: Convert to lcov
- run: llvm-cov export -format="lcov" .build/debug/swift-chess-neoPackageTests.xctest/Contents/MacOS/swift-chess-neoPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
+ run: llvm-cov export -format="lcov" .build/debug/swift-chess-neoPackageTests.xctest -instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with: