Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Coverity

on:
push:
branches: [main]
branches:
- coverity
- main

jobs:
coverity:
Expand All @@ -26,4 +28,4 @@ jobs:
# The GitHub Action this workflow is based on uses `cov-build`, which
# does not support buildless capture any more. This way we make it
# use `coverity capture` instead of `cov-build`.
command: --ident; set -x; coverity --ticker-mode=no-spin capture --dir=cov-int --file-include-regex="csmock|scripts"
command: --ident; set -x; coverity --ticker-mode=no-spin capture --dir=cov-int --file-include-regex="csmock|scripts" --language=python