From 9af872f5d91e9eb50667a8fd902e46bfb1c861b0 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 5 May 2025 11:11:00 +0200 Subject: [PATCH] dnsdist-1.9.x: Disable code coverage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/build-and-test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2