This commit is contained in:
Pig Fang 2020-10-13 11:10:49 +08:00
parent 2c226fb1fd
commit 0959ec02d1
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -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()