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.
Added token to env
  • Loading branch information
albert-github committed Jan 3, 2022
1 parent ee2e5bd commit 32cc55c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- 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
echo ===========
echo %TOKEN%
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=$TOKEN&project=doxygen%2Fdoxygen" -O cov-analysis-win64-2020.09.zip
echo ===========
echo $TOKEN
echo ===========
Expand Down

0 comments on commit 32cc55c

Please sign in to comment.