From 7b865dc7fa6a1247c974737408614a94882632db Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 20 May 2025 15:56:24 +0200 Subject: [PATCH] build-and-test-all: Enable coverage back on our repository --- .github/workflows/build-and-test-all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 7f0226e8f1..a8ba693c65 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -28,8 +28,7 @@ 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: no + COVERAGE: ${{ github.repository == 'PowerDNS/pdns' && 'yes' || 'no' }} LLVM_PROFILE_FILE: "/tmp/code-%p.profraw" OPTIMIZATIONS: yes INV_CMD: ". ${REPO_HOME}/.venv/bin/activate && inv" -- 2.47.2