From 9e24a5f90fef0ae91b48fe6f16ab0bd93106ed52 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 6 Dec 2025 10:55:46 +0100 Subject: [PATCH] CI: Ignore code coverage reporting configured in the XML configuration file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d5554c..974bed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: run: ./tools/phpab --output ./src/autoload.php ./src - name: Run unit tests (phpunit) - run: ./tools/phpunit + run: ./tools/phpunit --no-coverage