Closed kirillkomlev closed 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)
build/logs/clover.xml
clover
build/coverage-xml
phpunit
This is obsolete pull request.
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:
If second argument not specified specified use a default path as before (
build/logs/clover.xml
forclover
andbuild/coverage-xml
forphpunit
)