Skip to content

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

License

Notifications You must be signed in to change notification settings

release-engineering/repotracker

Repository files navigation

repotracker

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

Build Status

Branch Coverage
master Code Coverage - master branch

Running the Tests

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