From 2fa3648e63d00b500d06953f517658e0d9f4724e Mon Sep 17 00:00:00 2001 From: TheodoorP Date: Wed, 23 Feb 2022 20:09:45 +0100 Subject: [PATCH] ci: fix coverage --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62eb815..c714b4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,10 +32,9 @@ jobs: run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress - name: Unit Tests - run: ./vendor/bin/pest --colors=always --coverage --coverage-xml=./coverage + run: ./vendor/bin/pest --colors=always --coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: env_vars: OS,PHP - directory: ./coverage