File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 run : composer update --prefer-dist --no-progress
2323
2424 - name : Run PHPUnit test suite
25- run : ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
25+ run : ./vendor/bin/phpunit
2626
2727 - name : Update code coverage badge
28- uses : timkrase/phpunit-coverage-badge@v1.0 .0
28+ uses : timkrase/phpunit-coverage-badge@v1.2 .0
2929 with :
30- report : ./tests/ clover.xml
30+ report : ./clover.xml
3131 report_type : clover
3232 coverage_badge_path : ./.github/coverage.svg
3333 push_badge : true
Original file line number Diff line number Diff line change 3535 run : ./vendor/bin/psalm
3636
3737 - name : Run PHPUnit test suite
38- run : ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
38+ run : ./vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments