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 3dd9d1c commit 03b6724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
coverage: pcov
tools: composer:v2

- name: Validate composer.json and composer.lock 👀
run: composer validate

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

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

0 comments on commit 03b6724

Please sign in to comment.