A small utility app to publish your coverity results.
After you have created your zip file, simply execute the following:
PublishCoverity compress -o coverity.zip -i cov-int
PublishCoverity publish -z coverity.zip -r USER/REPO -t TOKEN -e [email protected] -d "My cool app for X" --codeVersion "1.2.3-alpha"
Note you don't want to embed your token inside your build files, use your build servers secure variable mechanism instead.