1
0
Fork 0

Revert "Enable Coverity "streams""

It didn't work. Coverity classifies all our builds as belonging to the
stream called 'dosbox-staging' and there's no option to change it.

This reverts commit e86e6e353e.
This commit is contained in:
Patryk Obara 2019-12-02 09:35:21 +01:00
parent e86e6e353e
commit 91c5b4ac81

View file

@ -50,7 +50,6 @@ jobs:
--form token="${COVERITY_TOKEN}" \
--form email="${COVERITY_EMAIL}" \
--form file=@package.tar.gz \
--form version="${GITHUB_SHA}" \
--form version="${GITHUB_REF}" \
--form description="${GITHUB_REPOSITORY}" \
--form stream="${GITHUB_REF}" \
"https://scan.coverity.com/builds?project=dosbox-staging"