codeclimate / test-reporter

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

Add Bitrise env vars #421

Closed adrianolc closed 4 years ago

adrianolc commented 4 years ago

We use Bitrise.io to build our Android and iOS projects.

Right now we have to export two extras env vars that are supported on gitBranchVars and gitCommitShaVars to make it works fine with Bitrise.

On this PR I'm adding to the default Bitrise's vars for branch name(BITRISE_GIT_BRANCH) and commit sha(BITRISE_GIT_COMMIT) to make the test-report support this tool.

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

efueger commented 4 years ago

Thanks @adrianolc - I've added this to our queue for our developers to review. 👌