]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist-1.9.x: Disable code coverage 15522/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 5 May 2025 09:11:00 +0000 (11:11 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 5 May 2025 09:11:00 +0000 (11:11 +0200)
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

index c40f1b874db9fdcf2e6623f8841e07a8e18d4d30..8b6ab3ed4a58cd93fffed818f837574adbf407a0 100644 (file)
@@ -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