Skip to content

Commit

Permalink
replace deprecated option --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFoxvn committed Sep 28, 2023
1 parent 121c1e1 commit 21b82ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI 6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: composer install --prefer-dist --no-interaction

- name: Run tests
run: vendor/bin/phpunit --verbose --coverage-clover=Tests/coverage.xml
run: vendor/bin/phpunit --display-deprecations --display-notices --display-warnings --coverage-clover=Tests/coverage.xml

- name: Code Coverage Report
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 21b82ff

Please sign in to comment.