https://github.com/jacebrowning/coverage-space
A place to track your code coverage metrics.
https://github.com/jacebrowning/coverage-space
api coverage coverage-metrics testing
Last synced: 22 days ago
JSON representation
A place to track your code coverage metrics.
- Host: GitHub
- URL: https://github.com/jacebrowning/coverage-space
- Owner: jacebrowning
- License: other
- Created: 2016-01-29T02:16:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T03:46:46.000Z (5 months ago)
- Last Synced: 2025-04-14T01:07:51.970Z (22 days ago)
- Topics: api, coverage, coverage-metrics, testing
- Language: Python
- Homepage: https://coverage.space
- Size: 1.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# The Coverage Space
> A place to track your code coverage metrics.
[](https://circleci.com/gh/jacebrowning/coverage-space)
[](https://travis-ci.org/github/jacebrowning/coverage-space)
[](https://coveralls.io/r/jacebrowning/coverage-space)
[](https://scrutinizer-ci.com/g/jacebrowning/coverage-space/?branch=main)
[](https://github.com/sponsors/jacebrowning)## Quick Start
### Prerequisites
The API can be used with `curl`, but [HTTPie](https://github.com/jkbrzt/httpie) is preferred:
```sh
$ pip install HTTPie
```### Commands
Get the latest coverage metrics:
```sh
$ http GET api.coverage.space/my_owner/my_repo
```Update coverage metrics:
```sh
$ http PUT api.coverage.space/my_owner/my_repo unit=90 --check-status
```Reset coverage metrics:
```sh
$ http DELETE api.coverage.space/my_owner/my_repo
```## Documentation
Read the full docs at [coverage.space](https://coverage.space).