An open API service indexing awesome lists of open source software.

https://github.com/release-engineering/repotracker

A microservice for tracking container repositories, and publishing a message when they change
https://github.com/release-engineering/repotracker

Last synced: about 1 year ago
JSON representation

A microservice for tracking container repositories, and publishing a message when they change

Awesome Lists containing this project

README

          

# repotracker
A microservice for tracking container repositories, and publishing a message when they change.

## Build Status

[codecov]: https://codecov.io/gh/release-engineering/repotracker
[codecovbadge]: https://codecov.io/gh/release-engineering/repotracker/branch/master/graph/badge.svg

| Branch | Coverage |
|--------|-----------------------------------------------------------|
| master | [![Code Coverage - master branch][codecovbadge]][codecov] |

## Running the Tests
# Run unit tests and linters
$ tox
# Run black formatter
$ tox -e black