Skip to content

Commit

Permalink
Don't use verbose mode via command line flag in PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Oct 30, 2024
1 parent 5f42b05 commit d889482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run tests
run: |
vendor/bin/phpunit -v --coverage-clover=coverage.clover
vendor/bin/phpunit --coverage-clover=coverage.clover
- name: Upload Coverage to CodeCov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d889482

Please sign in to comment.