From: Remi Gacogne Date: Tue, 20 May 2025 13:56:24 +0000 (+0200) Subject: build-and-test-all: Enable coverage back on our repository X-Git-Tag: dnsdist-2.0.0-beta1~41^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15342%2Fhead;p=thirdparty%2Fpdns.git build-and-test-all: Enable coverage back on our repository --- 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"