# .coveragerc to control coverage.py
[run]
omit =
    */venv/*
    */tests/*
    */docs/*
    */dist/*
    setup.py

[html]
directory=./htmlcov
