Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Oct 12, 2024
1 parent fb23f31 commit 1ea5b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
tools: phpunit:9, composer:v2
coverage: xdebug
- run: composer install
- run: .vendor/bin/phpunit --coverage-clover=coverage.xml
- run: vendor/bin/phpunit --coverage-clover=coverage.xml

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 1ea5b17

Please sign in to comment.