Enable Coverity "streams"
This commit is contained in:
parent
6214b39f9e
commit
e86e6e353e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/coverity.yml
vendored
3
.github/workflows/coverity.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
--form token="${COVERITY_TOKEN}" \
|
||||
--form email="${COVERITY_EMAIL}" \
|
||||
--form file=@package.tar.gz \
|
||||
--form version="${GITHUB_REF}" \
|
||||
--form version="${GITHUB_SHA}" \
|
||||
--form description="${GITHUB_REPOSITORY}" \
|
||||
--form stream="${GITHUB_REF}" \
|
||||
"https://scan.coverity.com/builds?project=dosbox-staging"
|
||||
|
|
Loading…
Add table
Reference in a new issue