From 2dc5eb79b27beffd3fe57ce466140549dec6180a Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Mon, 25 Apr 2022 22:58:27 +0200 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e32189a..c951f22 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,7 @@ jobs: run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress - name: Execute tests - run: vendor/bin/phpunit --coverage-clover coverage.xml + run: vendor/bin/phpunit - name: Codecov uses: codecov/codecov-action@v2