diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 447277d..bbeb7b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,5 @@ jobs: with: php_version: 7.3 bootstrap: tests/bootstrap.php - configuration: phpunit.xml \ No newline at end of file + configuration: phpunit.xml + args: --coverage-text \ No newline at end of file