# .coveragerc to control coverage.py
[run]
# don't report on coverage of files in the tests dir itself
omit =
  venv/*
  eppy/tests/*
  eppy/iddv*
  eppy/Main_Tutorial.py