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.
Test on getting wget
  • Loading branch information
albert-github committed Jan 2, 2022
1 parent 12f9bc0 commit a57140c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/coverity.yml
Expand Up @@ -28,10 +28,14 @@ jobs:
- name: Checkout doxygen
uses: actions/checkout@v1

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

Expand Down

0 comments on commit a57140c

Please sign in to comment.