Skip to content

Commit

Permalink
Fix running tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Mar 9, 2022
1 parent 14c4c4d commit 05760ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

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

0 comments on commit 05760ab

Please sign in to comment.