From 0e58d556f04ce0915907130fb371abfb00b22bdf Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:45:37 +0100 Subject: [PATCH] Maby have to add args? --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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