blob: c7426648bfc49e9b916022014b75d507c7bf7b2c [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
*__init__.py
*unittest_constants.py
[report]
show_missing = False