]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions: temporarily disable coverage
authorromeroalx <alexis.romero@open-xchange.com>
Fri, 11 Apr 2025 13:44:45 +0000 (15:44 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Thu, 5 Jun 2025 13:25:37 +0000 (15:25 +0200)
.github/workflows/build-and-test-all.yml

index 7e0b91edd34c7d131064d3c7daf86563d361fb37..f906a823eb4f2157b4ec1a3362287162dcc07482 100644 (file)
@@ -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' }}