Newer
Older
postorius / .coveragerc
@Simon Hanna Simon Hanna on 21 Dec 2015 226 bytes Add coverage to tests
[run]
source = src/postorius
omit =
    src/postorius/tests/*.py
    src/postorius/tests/*/*.py
    src/postorius/doc/*.py
    src/postorius/south_migrations/*.py
    src/postorius/migrations/*.py

[html]
directory = coverage