Skip to content

Commit

Permalink
issue #6992 Automatic Coverity run
Browse files Browse the repository at this point in the history
Having Coverity automatically run.
  • Loading branch information
albert-github committed Jan 3, 2022
1 parent ec9a6a9 commit aa9482e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/coverity.yml
Expand Up @@ -30,14 +30,13 @@ jobs:

- name: Install wget
run: |
#choco install wget --no-progress
choco install wget
wget --help
choco install wget --no-progress
- name: Download Coverity
run: |
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen%%2Fdoxygen" -O cov-analysis-win64-2020.09.zip
unzip cov-analysis-win64-2020.09.zip
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen%%2Fdoxygen"
rename win64 cov_ana.zip
unzip cov_ana.zip
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}

Expand Down Expand Up @@ -84,6 +83,8 @@ jobs:
win_flex --version;
echo "=== curl ===";
curl --version;
echo "=== tar ===";
tar --version;
if: matrix.config.os == 'windows-latest'

- name: Configure
Expand Down

0 comments on commit aa9482e

Please sign in to comment.