blob: 453c2f4d9c6462cb4785057876d85a9efe0d3903 [file] [log] [blame]
# .coveragerc to control coverage.py
[run]
branch = True
# module names must be listed one per line.
source =
aidegen
# omit file patterns must be listed one per line. */.local/* /usr/*
omit =
*_unittest.py
*run_unittests.py
*__init__.py
*unittest_constants.py
[report]
show_missing = False