Command-line Client

To automate the process of updating coverage metrics, the official command-line client can be used to interact with the API:

$ pip install --upgrade coveragespace

Updating Metrics

To update coverage metrics:

$ coveragespace set <metric>

Additional Reading

For additional options and supported coverage formats, see the full documentation.