Update main.yml

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

View File

@ -337,7 +337,9 @@ jobs:
# with Code Climate. # with Code Climate.
find "gcov.$i" -maxdepth 1 -type f -name '#usr#*.gcov' -delete find "gcov.$i" -maxdepth 1 -type f -name '#usr#*.gcov' -delete
done done
find .. -iname '*gcov*' 2> /dev/null || true echo "All gcov files:"
find / -iname '*gcov*' 2> /dev/null || true
echo "PWD ${PWD}"
- name: Upload code coverage report - name: Upload code coverage report
if: matrix.coverage == 'codecov' if: matrix.coverage == 'codecov'