Newer
Older
postorius / .coveragerc
@Simon Hanna Simon Hanna on 21 Dec 2015 226 bytes Add coverage to tests
  1. [run]
  2. source = src/postorius
  3. omit =
  4. src/postorius/tests/*.py
  5. src/postorius/tests/*/*.py
  6. src/postorius/doc/*.py
  7. src/postorius/south_migrations/*.py
  8. src/postorius/migrations/*.py
  9.  
  10. [html]
  11. directory = coverage