From 0959ec02d1506c98caa6554012344c573ab2eedb Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 13 Oct 2020 11:10:49 +0800 Subject: [PATCH] tweak CI --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1c392c7..b5bcc1f9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -77,11 +77,9 @@ jobs: - name: Run tests only if: matrix.php != '7.4' run: ./vendor/bin/phpunit - shell: pwsh - name: Run tests with coverage report if: matrix.php == '7.4' run: ./vendor/bin/phpunit --coverage-clover=coverage.xml - shell: pwsh - name: Upload coverage report uses: codecov/codecov-action@v1 if: matrix.php == '7.4' && success()