clogs is a Python tool to help log code coverage over time using Ned Batchelder's fabulous coverage.py.
Installation
Install clogs either via pip:
pip install clogs
or just with distribute alone:
python setup.py install
Usage
Requirements
git and hg are optional external dependencies that can be used to track coverage within VCS repositories. The hg binary is directly invoked by clogs. git repository access is provided by GitPython, which should be installed by pip by default.
Product's homepage
Requirements:
· Python