From: romeroalx Date: Fri, 11 Apr 2025 13:44:45 +0000 (+0200) Subject: gh actions: temporarily disable coverage X-Git-Tag: dnsdist-2.0.0-beta1~41^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3569d1bfafacedca19c8359013180155887ff78;p=thirdparty%2Fpdns.git gh actions: temporarily disable coverage --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 7e0b91edd3..f906a823eb 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -28,7 +28,8 @@ env: # github.workspace variable points to the Runner home folder. Container home folder defined below. REPO_HOME: '/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}' BUILDER_VERSION: '0.0.0-git1' - COVERAGE: ${{ github.repository == 'PowerDNS/pdns' && 'yes' || 'no' }} + # COVERAGE: ${{ github.repository == 'PowerDNS/pdns' && 'yes' || 'no' }} + COVERAGE: no LLVM_PROFILE_FILE: "/tmp/code-%p.profraw" OPTIMIZATIONS: yes INV_CMD: ". ${REPO_HOME}/.venv/bin/activate && inv" @@ -799,7 +800,7 @@ jobs: # IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions SKIP_INCLUDEDIR_TESTS: yes SANITIZERS: ${{ matrix.sanitizers }} - COVERAGE: yes + COVERAGE: no options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --privileged env: CLANG_VERSION: ${{ contains(needs.get-runner-container-image.outputs.id, 'debian-11') && '13' || '19' }}