commit: 55ffda741879894c683899eed37347ff3b0b39a3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 13:02:31 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 13:02:31 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=55ffda74
.github: enable coverity, we setup the secrets
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
.github/workflows/build-test-ci.yml | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/build-test-ci.yml
b/.github/workflows/build-test-ci.yml
index 94262b6..00a93fc 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -66,20 +66,19 @@ jobs:
- name: make
run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
-# until we are able to set token on Github :(
-# coverity:
-# runs-on: ubuntu-latest
-# steps:
-# - uses: actions/checkout@v2
-# - name: configure
-# run: >
-# ./configure
-# --disable-maintainer-mode --disable-openmp
-# --enable-qmanifest --enable-qtegrity
-# - uses: vapier/coverity-scan-action@v1
-# with:
-# email: ${{ secrets.COVERITY_SCAN_EMAIL }}
-# token: ${{ secrets.COVERITY_SCAN_TOKEN }}
+ coverity:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: configure
+ run: >
+ ./configure
+ --disable-maintainer-mode --disable-openmp
+ --enable-qmanifest --enable-qtegrity
+ - uses: vapier/coverity-scan-action@v1
+ with:
+ email: ${{ secrets.COVERITY_SCAN_EMAIL }}
+ token: ${{ secrets.COVERITY_SCAN_TOKEN }}
valgrind:
runs-on: ubuntu-latest