From 54e14760cac4a3e9e61496bdc9428d1ad7160882 Mon Sep 17 00:00:00 2001 From: Orange Date: Thu, 19 Mar 2026 20:09:07 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a33fe07..36436e7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -380,6 +380,7 @@ jobs: run: cmake --build cmake-build/build/${{ matrix.preset }} --target unit_tests omath - name: Run unit_tests + if: ${{ matrix.coverage != true }} shell: bash run: ./out/Release/unit_tests @@ -388,6 +389,8 @@ jobs: shell: bash run: | brew install lcov + # Clean stale profraw files before running coverage + find cmake-build/build/${{ matrix.preset }} -name "*.profraw" -delete 2>/dev/null || true chmod +x scripts/coverage-llvm.sh ./scripts/coverage-llvm.sh \ "${{ github.workspace }}" \