Compute coverage with PHPUnit

This commit is contained in:
Guilhem Niot 2022-09-03 12:29:51 +02:00 committed by GitHub
parent 27ed1cc28e
commit 4009e55b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,5 +78,5 @@ jobs:
composer global require --no-progress --no-scripts --no-plugins symfony/flex
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
- name: "Run PHPUnit"
run: "./phpunit"
- name: PHPUnit Tests
run: bin/phpunit --configuration phpunit.xml.dist --coverage-text