9 lines
198 B
INI
9 lines
198 B
INI
# .coveragerc to control coverage.py
|
|
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
# Don't complain if non-runnable code isn't run:
|
|
if __name__ == .__main__.:
|
|
|