Skip to content

Commit

Permalink
ci: fix code-coverage (remove unsupported verbose option)
Browse files Browse the repository at this point in the history
  • Loading branch information
allsilaevex committed Mar 3, 2024
1 parent 5fb6227 commit 6a3c478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: "ramsey/composer-install@v2"

- name: "Run unit tests (PHPUnit)"
run: "php bin/co-phpunit --verbose --colors=always --coverage-text --coverage-clover build/logs/clover.xml"
run: "php bin/co-phpunit --colors=always --coverage-text --coverage-clover build/logs/clover.xml"

- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v4.1.0"
Expand Down

0 comments on commit 6a3c478

Please sign in to comment.