We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1c887 commit d9e62bdCopy full SHA for d9e62bd
.github/workflows/coverity.yml
.github/workflows/nightly.yml
@@ -235,3 +235,21 @@ jobs:
235
../ci/test.sh
236
fi
237
shell: bash
238
+
239
+ coverity:
240
+ name: Coverity
241
+ runs-on: ubuntu-latest
242
+ steps:
243
+ - name: Check out repository
244
+ uses: actions/checkout@v2
245
+ with:
246
+ fetch-depth: 0
247
+ - name: Download container
248
+ run: ci/getcontainer.sh ci/docker/xenial
249
+ env:
250
+ DOCKER_REGISTRY: ${{ env.docker-registry }}
251
+ GITHUB_TOKEN: ${{ secrets.github_token }}
252
+ - name: Run Coverity
253
+ run: ci/coverity.sh
254
255
+ COVERITY_TOKEN: ${{ secrets.coverity_token }}
0 commit comments