From 1b53923f4df8e6957b124d8b3b5e530d67217428 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Wed, 23 Mar 2022 14:45:18 +0100 Subject: [PATCH] Exclude coverity tools from submitted bundle --- .github/workflows/coverity-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index ce6105b..136bbf7 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -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: |