Update main.yml

This commit is contained in:
Emmanuel Lepage Vallée 2024-08-27 12:00:04 +02:00 committed by GitHub
parent 774fa0ad2e
commit 4a09c2c85f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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'