Skip to content

Commit

Permalink
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
@@ -76,7 +76,7 @@ jobs:

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

- name: Upload coverage reports to Codecov

0 comments on commit 891f583

Please sign in to comment.