cainus / codecov.io

MIT License
44 stars 50 forks source link

Add support for Bamboo #11

Closed ghost closed 8 years ago

ghost commented 9 years ago

Environment variables has to bet set manually before calling the command. Following Travis variable names, it would look like:

BAMBOO=true BAMBOO_JOB_ID=${bamboo.agentId} BAMBOO_COMMIT=${bamboo.planRepository.revision} BAMBOO_JOB_NUMBER=${bamboo.buildNumber} BAMBO_BRANCH=${bamboo.repository.branch.name} CODECOV_TOKEN=xxxxxx-xxxxxx-xxxxxx-xxxxx node node_modules/codecov.io/bin/codecov.io.js < ./test/coverage/lcov.info
stevepeak commented 9 years ago

Thanks @kytwb for the support request. I'll add Bamboo to all our uploading tools today. Thanks!

ghost commented 9 years ago

@stevepeak awesome :+1: