.coveragerc 399 B

1234567891011121314151617181920
  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. */conftest.py
  12. */test_*.py
  13. */*_tests.py
  14. */test/*
  15. [report]
  16. fail_under = 28
  17. [html]
  18. directory = cover