Fix coverity ci

This commit is contained in:
gabime
2025-05-12 17:44:17 +03:00
parent 5d89b5b91c
commit b18a234ed6

View File

@@ -1,6 +1,6 @@
name: coverity-linux
on: [pull_request]
on: [push, pull_request]
permissions:
contents: read
@@ -35,6 +35,7 @@ jobs:
run: |
tar czf cov-int.tgz cov-int
response=$(curl --silent --show-error --fail \
--form email="${{ secrets.EMAIL }}" \
--form token="${{ secrets.COVERITY_TOKEN }}" \
--form file=@cov-int.tgz \
--form version="GitHub PR #${{ github.event.pull_request.number }}" \