Skip to content

Commit 2a9ee59

Browse files
committed
CI: make the coverity workflow work with up2date Coverity
Fixes: #207 PR: #209
1 parent f268f86 commit 2a9ee59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jobs:
2222
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
2323
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
2424
project: csutils/csmock
25-
command: --no-command --fs-capture-search ./csmock ./scripts
25+
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

Comments
 (0)