Skip to content

Commit

Permalink
ddebug coverity cy
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jul 4, 2024
1 parent aad1f93 commit 758b039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
- name: Download Coverity build tool
if: steps.cache-coverity-tool.outputs.cache-hit != 'true'
run: |
wget --no-verbose https://scan.coverity.com/download/linux64 --post-data "token=$coverity_token&project=UltraGrid" -O ~/coverity_tool.tgz
cat /proc/swaps
zramctl
grep -r . /sys/kernel/debug/zswap
exit 1
wget --no-verbose https://scan.coverity.com/download/linux64 --post-data "token=$coverity_token&project=UltraGrid" -O ~/coverity_tool.tg
- name: Extract Coverity build tool
if: ${{ env.coverity_token }}
run: |
Expand Down

0 comments on commit 758b039

Please sign in to comment.