.coveragerc 229 B

123456789
  1. ; command for getting a coverage report:
  2. ; py.test --doctest-modules --cov=boltons --cov-report html --cov-config tests/.coveragerc tests/ boltons/
  3. ; (run from project directory)
  4. [run]
  5. branch = True
  6. [html]
  7. directory = htmlcov