archived-codacy / php-codacy-coverage

Phar for uploading PHP code coverage to Codacy
https://www.codacy.com
MIT License
44 stars 18 forks source link

Add possible to specify path where coverage result store #8

Closed kirillkomlev closed 9 years ago

kirillkomlev commented 9 years ago

This feature very helpful for people that store coverage result in another place than build/logs/clover.xml or build/coverage-xml.

Sample of use:

php vendor/bin/codacycoverage clover logs/cover/clover.xml
php vendor/bin/codcycoverage phpunit logs/cover/xml

If second argument not specified specified use a default path as before (build/logs/clover.xml for clover and build/coverage-xml for phpunit)

kirillkomlev commented 9 years ago

This is obsolete pull request.