Python remote code coverage using Redis


License
GPL-3.0+
Install
pip install moncov==0.5.8

Documentation

Python code coverage measurement tool

Remote python (t)racer pushing results to a redis store

...and Ned Batchelder's coverage.py on-the-fly remote reports wrapper

Usage

  • pip install moncov
  • check /etc/moncov.yaml

  • moncov reset
  • sudo moncov enable
  • python misc/sample.py
  • sudo moncov disable
  • moncov ned --include "*sample.py" --report

Hints

Notes

  • moncov ned report options should match those of coverage.py
  • esp. --xml, --annotate, --fail-under
  • try moncov ned --help