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.

What is wrong with wget ...
  • Loading branch information
albert-github committed Jan 2, 2022
1 parent a57140c commit 790a7f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/coverity.yml
Expand Up @@ -30,11 +30,15 @@ jobs:

- name: Install wget
run: |
choco install wget --no-progress
#choco install wget --no-progress
choco install wget
wget --help
- name: Download Coverity
run: |
wget -q https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen" -O cov-analysis-win64-2020.09.zip$
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
unzip cov-analysis-win64-2020.09.zip
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
Expand Down

0 comments on commit 790a7f3

Please sign in to comment.