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.
Do we need to use `%...%` on windows instead of `$...`?
  • Loading branch information
albert-github committed Jan 3, 2022
1 parent aa9482e commit 4fff2f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverity.yml
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Download Coverity
run: |
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen%%2Fdoxygen"
rename win64 cov_ana.zip
unzip cov_ana.zip
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=%TOKEN%&project=doxygen%%2Fdoxygen" -O cov_ana.zip-analysis-win64-2020.09.zip
unzip cov-analysis-win64-2020.09.zip
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}

Expand Down

0 comments on commit 4fff2f2

Please sign in to comment.