Skip to content

Commit

Permalink
Attempt to generate coverage differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Apr 4, 2024
1 parent fed5fc0 commit bb434fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Generate code coverage
working-directory: ./
run: ./vendor/bin/phpunit --configuration phpunit-with-integration.xml --coverage-clover ./build/clover.xml
run: ./vendor/bin/phpunit --configuration phpunit-with-integration.xml --coverage-clover clover.xml .
continue-on-error: true

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit bb434fa

Please sign in to comment.