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.
Replaced token with a Test_value to see what is happening.
  • Loading branch information
albert-github committed Jan 3, 2022
1 parent 4fff2f2 commit ee2e5bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverity.yml
Expand Up @@ -34,7 +34,12 @@ jobs:
- name: Download Coverity
run: |
wget https://scan.coverity.com/download/cxx/win64 --post-data "token=%TOKEN%&project=doxygen%%2Fdoxygen" -O cov_ana.zip-analysis-win64-2020.09.zip
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 ===========
echo $TOKEN
echo ===========
unzip cov-analysis-win64-2020.09.zip
env:
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
Expand Down

0 comments on commit ee2e5bd

Please sign in to comment.