From: Remi Gacogne Date: Mon, 5 May 2025 09:11:00 +0000 (+0200) Subject: dnsdist-1.9.x: Disable code coverage X-Git-Tag: dnsdist-1.9.10~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15522%2Fhead;p=thirdparty%2Fpdns.git dnsdist-1.9.x: Disable code coverage It seems to be broken for now: ``` 🚀 Posting coverage data to https://coveralls.io/api/v1/jobs HTTP error: --- Error: Payment Required (402) Message: {"message":"Repo was paused. Check your subscription.","error":true} --- ``` and I don't really care about coverage on stable branches anyway. --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index c40f1b874d..8b6ab3ed4a 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -23,7 +23,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 LLVM_PROFILE_FILE: "/tmp/code-%p.profraw" OPTIMIZATIONS: yes DECAF_SUPPORT: yes