Skip to content

Commit d9e62bd

Browse files
committed
ci: move coverity into nightly builds
1 parent 6a1c887 commit d9e62bd

File tree

2 files changed

+18
-30
lines changed

2 files changed

+18
-30
lines changed

.github/workflows/coverity.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,21 @@ jobs:
235235
../ci/test.sh
236236
fi
237237
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+
env:
255+
COVERITY_TOKEN: ${{ secrets.coverity_token }}

0 commit comments

Comments
 (0)