Skip to content

Commit 65ee43a

Browse files
committed
issue #6992 Automatic Coverity run
Having Coverity automatically run. Now also a test with another env name
1 parent 32cc55c commit 65ee43a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ jobs:
3838
echo ===========
3939
echo $TOKEN
4040
echo ===========
41+
echo $TOKENC
42+
echo ===========
4143
unzip cov-analysis-win64-2020.09.zip
4244
env:
4345
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
46+
TOKENC: ${{ Coverity.COVERITY_SCAN_TOKEN }}
4447

4548
- name: Set up coverity environment
4649
run: |

0 commit comments

Comments
 (0)