Skip to content

Commit

Permalink
Fix coverage report path
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Dec 4, 2024
1 parent c11d9b7 commit 035054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: composer update --prefer-stable --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/pest --coverage-clover=reports/coverage/clover.xml
run: vendor/bin/pest --coverage-clover=reports/coverage/test-coverage-clover.xml

- name: Execute type coverage tests
run: vendor/bin/pest --type-coverage --type-coverage-json=reports/coverage/pest-types-coverage.json
Expand Down

0 comments on commit 035054d

Please sign in to comment.