Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 625 Bytes

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