We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coverity
1 parent f268f86 commit 2a9ee59Copy full SHA for 2a9ee59
.github/workflows/coverity.yml
@@ -22,4 +22,8 @@ jobs:
22
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
23
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
24
project: csutils/csmock
25
- command: --no-command --fs-capture-search ./csmock ./scripts
+
26
+ # The GitHub Action this workflow is based on uses `cov-build`, which
27
+ # does not support buildless capture any more. This way we make it
28
+ # use `coverity capture` instead of `cov-build`.
29
+ command: --ident; set -x; coverity --ticker-mode=no-spin capture --dir=cov-int --file-include-regex="csmock|scripts"
0 commit comments