Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elv13 authored Aug 27, 2024
1 parent 4a09c2c commit 59005ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ jobs:
# with Code Climate.
find "gcov.$i" -maxdepth 1 -type f -name '#usr#*.gcov' -delete
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
if: matrix.coverage == 'codecov'
Expand Down

0 comments on commit 59005ca

Please sign in to comment.