From d9a7eac2d268da8cf431c6c77f2377a4e3105f60 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 23 Aug 2024 12:58:46 +0200 Subject: [PATCH] [TASK] Switch code coverage from PCOV to Xdebug PCOV is no longer maintainted, and nowadays Xdebug is fast enough. --- .github/workflows/codecoverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index def8ac3f..f7f07c98 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -29,8 +29,7 @@ jobs: ini-file: development tools: composer:v2, phive extensions: mysqli - coverage: pcov - ini-values: pcov.directory=Classes + coverage: xdebug - name: "Install development tools" run: phive --no-progress install --trust-gpg-keys D8406D0D82947747293778314AA394086372C20A - name: "Show Composer version"