Skip to content

Commit

Permalink
Update coverage work
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 6, 2024
1 parent 749dc6c commit b1b6ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tools: composer:v2

- name: Install Dependencies 🔧
run: composer install
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Execute tests (Unit and Feature tests) via PHPUnit 🧪
run: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit b1b6ad9

Please sign in to comment.