We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e01bf commit 4b6eb46Copy full SHA for 4b6eb46
.github/workflows/coverity.yml
@@ -67,7 +67,7 @@ jobs:
67
- run: cov-analyze --config config.xml --dir results --concurrency --security --rule --enable-constraint-fpp --enable-fnptr --enable-virtual
68
- run: cov-format-errors --text-output-style multiline --dir results --filesort --file "$PWD" --strip-path "$PWD" > cov-errors.txt
69
- run: cat cov-errors.txt
70
- - run: count=$(grep -c '^$' cov-errors.txt) && echo "$(( $count / 2 ))"
+ - run: count=$(grep -c '^$' cov-errors.txt) || true && echo "$(( $count / 2 ))"
71
- uses: actions/upload-artifact@v3
72
with:
73
name: fpga-runtime-for-opencl-${{ github.sha }}-coverity-${{ github.run_id }}
0 commit comments