From 46fbf2e82248effe17c5b04057832d76c67874da Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 17 Apr 2024 14:35:24 -0600 Subject: fix coverage path on linux --- .gitea/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitea/workflows') 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: -- cgit v1.2.3