Code Climate Connector: codecov
npm install codeclimate-connector-codecovA connector integration for Code Climate Velocity to collect data from
Codecov.io.
##### connector-config.json
``json`
{
"apiToken": "your_v2_api_token"
}
To run the connector in an integration environment, the
[codeclimate-connector-sdk][sdk] provides a CLI you can use.
First write valid configuration to connector-config.json. Then, there are
several make rules to run different commands easily:
`Run this to check the correctness of your connector-config.json
make verify-configuration
[sdk]: https://github.com/codeclimate/codeclimate-connector-sdk
Development
DEVELOPERS.md`