codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

Allow setting coverage-path in after-build command #358

Closed dmathieu closed 5 years ago

dmathieu commented 6 years ago

This allows setting a --coverage-path option in after-build, allowing to change the default path of the file used to analyse coverage input.

./test-reporter after-build -t gocov --coverage-path coverage.out
CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

dmathieu commented 6 years ago

@ale7714 is there an issue with the review of this PR?

ale7714 commented 6 years ago

@dmathieu thank you I'll add it to our product board so we review and QA. In the meantime you can use the low-level commands format-coverage and upload-coverage to achieve this behavior.