From 2ac354f61eb29ac7e7a40532ba0c3c98adfdb2b3 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 23 Aug 2024 13:18:14 +0000 Subject: [PATCH] add code coverage report in text format (following discussion 12) --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 47b75a5..df05906 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -58,4 +58,4 @@ jobs: - # https://github.com/sebastianbergmann/phpunit/tree/10.5 name: PHPUnit 10 - run: phpunit --testdox --do-not-cache-result tests/unit + run: phpunit --testdox --do-not-cache-result --coverage-text tests/unit