Skip to content

Commit

Permalink
issue doxygen#6992 Automatic Coverity run
Browse files Browse the repository at this point in the history
Having Coverity automatically run.
Added on github repository secret
Check version of curl
  • Loading branch information
albert-github committed Jan 3, 2022
1 parent 790a7f3 commit 638bed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverity.yml
Expand Up @@ -36,9 +36,7 @@ jobs:
- name: Download Coverity
run: |
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen" -O cov-analysis-win64-2020.09.zip$
#wget -q https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen" -O cov-analysis-win64-2020.09.zip$
ls -ls
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
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
Expand Down Expand Up @@ -84,6 +82,8 @@ jobs:
win_bison --version;
echo "=== flex ===";
win_flex --version;
echo "=== curl ===";
curl --version;
if: matrix.config.os == 'windows-latest'

- name: Configure
Expand Down

0 comments on commit 638bed4

Please sign in to comment.