Skip to content

Commit

Permalink
remove verbose flag from phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nizzardini committed Jan 11, 2024
1 parent 3f803da commit 28de36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
export CODECOVERAGE=1 && vendor/bin/phpunit --verbose --coverage-clover=clover.xml
export CODECOVERAGE=1 && vendor/bin/phpunit --coverage-clover=clover.xml
php-coveralls --coverage_clover=clover.xml -v

0 comments on commit 28de36b

Please sign in to comment.