From e584c1119bc1f532777709a4c3978d58e9d425ad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Mar 2020 09:32:42 +0100 Subject: [PATCH] optimize coverage for github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6679433f4..83f054e43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: - name: Setup Composer run: composer install - name: phpunit - run: vendor/bin/phpunit --coverage-text -v --configuration tests/phpunit_no_coverage.xml + run: vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml static-tests: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'NO_CI')"