.coveragerc 362 B

123456789101112131415161718
  1. [run]
  2. branch = True
  3. omit =
  4. */lib/python*/site-packages/*
  5. */lib/python*/*
  6. /usr/*
  7. setup.py
  8. # TODO(rhcarvalho): this is used to ignore test files from coverage report.
  9. # We can make this less generic when we stick with a single test pattern in
  10. # the repo.
  11. test_*.py
  12. *_tests.py
  13. [report]
  14. fail_under = 73
  15. [html]
  16. directory = cover