Skip to content

Commit

Permalink
Update coverity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sasobadovinac authored Oct 26, 2024
1 parent 4427046 commit 27d26c9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Coverity Scan

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '28 12 * * 6'
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# schedule:
# - cron: '28 12 * * 6'
workflow_dispatch: # Allow manual triggers

jobs:
Expand Down Expand Up @@ -99,9 +99,7 @@ jobs:
export PATH=$PATH:$(pwd)/cov-analysis-linux64/bin
mkdir build
cd build
cov-build --dir cov-int --no-command --fs-capture-search ../src
#cov-build --dir cov-int --fs-capture-search ../src make -j$(nproc)
cov-build --dir cov-int --fs-capture-search ../src make -j$(nproc)
#- name: Submit to Coverity Scan
# run: |
Expand Down

0 comments on commit 27d26c9

Please sign in to comment.