0.0.1 • Published 4 years ago

codeclimate-connector-codecov v0.0.1

Weekly downloads
-
License
AGPL-3.0-only
Repository
-
Last release
4 years ago

Code Climate Connector: codecov

A connector integration for Code Climate Velocity to collect data from Codecov.io.

Configuration

connector-config.json
{
  "apiToken": "your_v2_api_token"
}

Running the connector locally

To run the connector in an integration environment, the codeclimate-connector-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

# Run this to list your CirclCI projects as Streams
make discover-streams

# Run this to sync data from one of your projects. Write the contents of one of
# the Stream records emitted by discover-streams to stream.json
make sync-stream

Development

See DEVELOPERS.md