Skip to content

Commit

Permalink
Change coverity settings (#131)
Browse files Browse the repository at this point in the history
* Remove coverity cache

* Configure coverity with java, skiptests on build

* Fixes typo
  • Loading branch information
StrongestNumber9 authored Dec 2, 2024
1 parent eb21323 commit 11384cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ jobs:
- name: Compile Coverity
run: |
${{ 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
${{ env.COVERITY }}/bin/cov-configure --java
${{ env.COVERITY }}/bin/cov-build --dir cov-int mvn -Pbuild-nogenerate -B -Drevision=${{ env.RELEASE_VERSION }} -Dsha1= -Dchangelist= -DskipTests=true clean install
tar czvf pth_06.tgz cov-int
- name: Debug print contents
run: tar tvzf pth_06.tgz
Expand Down

0 comments on commit 11384cf

Please sign in to comment.