From 8f8c297754728cea69db4b51bf3204158bf37eee Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 1 Dec 2024 11:05:18 +0900 Subject: [PATCH] Disable code coverage in CI workflow Remove PCOV code coverage to improve CI execution time. Code coverage is not required for the current workflow, simplifying the setup by avoiding unnecessary tools. --- .github/workflows/continuous-integration-pecl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-pecl.yml b/.github/workflows/continuous-integration-pecl.yml index 31020ceb..1d3d59aa 100644 --- a/.github/workflows/continuous-integration-pecl.yml +++ b/.github/workflows/continuous-integration-pecl.yml @@ -25,7 +25,7 @@ jobs: extensions: mbstring, intl, dom, json, libxml, xml, xmlwriter, tokenizer ini-values: memory_limit=256M tools: phpize, composer:v2 - coverage: pcov + coverage: none - name: Install build tools and Valgrind run: |