Skip to content

Commit

Permalink
revert to xml coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Apr 5, 2016
1 parent 4bed97c commit 4bdd907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Expand Up @@ -12,4 +12,4 @@ build:
ci:
- composer self-update
- composer install --no-progress --no-interaction --prefer-source
- vendor/bin/phpunit --log-junit shippable/testresults/junit.xml --coverage-clover shippable/codecoverage/clover.xml -c phpunit.xml
- vendor/bin/phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage -c phpunit.xml

0 comments on commit 4bdd907

Please sign in to comment.