Skip to content

Commit

Permalink
ci: fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jan 18, 2025
1 parent 601600b commit 11d0b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-progress

- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml
run: vendor/bin/pest --ci --coverage-clover=coverage.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 11d0b13

Please sign in to comment.