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