Skip to content

Commit

Permalink
Adds debugging printing for coverity (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 2, 2024
1 parent 95b57df commit eb21323
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
${{ env.COVERITY }}/bin/cov-build --dir cov-int mvn -Pbuild-nogenerate -B -Drevision=${{ env.RELEASE_VERSION }} -Dsha1= -Dchangelist= clean compile
tar czvf pth_06.tgz cov-int
- name: Debug print contents
run: tar tvzf pth_06.tgz
- name: Debug print size
run: du -sh pth_06.tgz
- name: Debug find cov-int
run: find cov-int

- name: Upload to Coverity
run: |
curl --silent --form token=${{ secrets.COVERITY_TOKEN }} \
Expand Down

0 comments on commit eb21323

Please sign in to comment.