Exclude coverity tools from submitted bundle
This commit is contained in:
parent
8612e78e5c
commit
1b53923f4d
4
.github/workflows/coverity-scan.yml
vendored
4
.github/workflows/coverity-scan.yml
vendored
@ -2,7 +2,7 @@ name: coverity-scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, github-actions]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
coverity-build:
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
- name: build with cov-build
|
||||
run: |
|
||||
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
|
||||
cov-build --dir cov-int --no-command --fs-capture-search ./ --fs-capture-search-exclude-regex vendor/ --fs-capture-search-exclude-regex .tests/ --fs-capture-search-exclude-regex config.php --fs-capture-search-exclude-regex .docker/
|
||||
cov-build --dir cov-int --no-command --fs-capture-search ./ --fs-capture-search-exclude-regex vendor/ --fs-capture-search-exclude-regex .tests/ --fs-capture-search-exclude-regex config.php --fs-capture-search-exclude-regex .docker/ --fs-capture-search-exclude-regex cov-analysis-linux64/
|
||||
|
||||
- name: upload results to coverity-scan
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user