.coveragerc 384 B

12345678910111213141516171819
  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. [report]
  15. fail_under = 26
  16. [html]
  17. directory = cover