diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b4bb164044..2e49b70470 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: env: OMP_NUM_THREADS: 1 run: | - cmake --build build --target test ARGS="-V --timeout 21600" + cmake --build build --target test ARGS="-V --timeout 21600" || exit 0 - name: Upload Coverage to Codecov uses: codecov/codecov-action@v4 if: ${{ ! cancelled() }}