Skip to content

Commit b18a234

Browse files
committed
Fix coverity ci
1 parent 5d89b5b commit b18a234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverity_scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: coverity-linux
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
permissions:
66
contents: read
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
tar czf cov-int.tgz cov-int
3737
response=$(curl --silent --show-error --fail \
38+
--form email="${{ secrets.EMAIL }}" \
3839
--form token="${{ secrets.COVERITY_TOKEN }}" \
3940
4041
--form version="GitHub PR #${{ github.event.pull_request.number }}" \

0 commit comments

Comments
 (0)