Skip to content

Commit

Permalink
Fix coverage clover XML file
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 7, 2020
1 parent 3c4943a commit 7414e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
composer install --prefer-dist --no-interaction
- name: Run tests
run: ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
run: ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml

- name: Code coverage uploading
run: ./vendor/bin/php-coveralls -v

0 comments on commit 7414e21

Please sign in to comment.