From 920b2ca9570a2372b2e6ba26218674dc18285a39 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 23 Aug 2024 14:29:27 +0200 Subject: [PATCH] [TASK] Switch code coverage from PCOV to Xdebug (#1429) 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 def8ac3..f7f07c9 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"