From d42ac0945f96c555ed0a4c34e86a38dbcc867207 Mon Sep 17 00:00:00 2001 From: Tyler Reed Date: Wed, 20 Mar 2024 09:55:55 -0500 Subject: [PATCH] ~ No coverage on tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f044eea..d0c7b03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,4 +36,4 @@ jobs: command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - name: Execute tests - run: vendor/bin/phpunit + run: vendor/bin/phpunit --no-coverage