From 4a09c2c85ff396ab0751044ac35f89e4bb4b795d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Lepage=20Vall=C3=A9e?= Date: Tue, 27 Aug 2024 12:00:04 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f989cf537c..8f6f797f96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -304,7 +304,7 @@ jobs: run: cd "${{ github.workspace }}/build" && make check-unit - name: Run examples tests - run: cd "${{ github.workspace }}/build" && make check-examples -j16 + run: cd "${{ github.workspace }}/build" && make check-examples -j24 - name: Run requires tests if: matrix.coverage @@ -337,6 +337,7 @@ jobs: # with Code Climate. find "gcov.$i" -maxdepth 1 -type f -name '#usr#*.gcov' -delete done + find .. -iname '*gcov*' 2> /dev/null || true - name: Upload code coverage report if: matrix.coverage == 'codecov'