mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix coverity ci
This commit is contained in:
3
.github/workflows/coverity_scan.yml
vendored
3
.github/workflows/coverity_scan.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: coverity-linux
|
name: coverity-linux
|
||||||
|
|
||||||
on: [pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -35,6 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar czf cov-int.tgz cov-int
|
tar czf cov-int.tgz cov-int
|
||||||
response=$(curl --silent --show-error --fail \
|
response=$(curl --silent --show-error --fail \
|
||||||
|
--form email="${{ secrets.EMAIL }}" \
|
||||||
--form token="${{ secrets.COVERITY_TOKEN }}" \
|
--form token="${{ secrets.COVERITY_TOKEN }}" \
|
||||||
--form file=@cov-int.tgz \
|
--form file=@cov-int.tgz \
|
||||||
--form version="GitHub PR #${{ github.event.pull_request.number }}" \
|
--form version="GitHub PR #${{ github.event.pull_request.number }}" \
|
||||||
|
Reference in New Issue
Block a user