1 # .coveragerc to control coverage.py
10 # omit anything in a .local directory anywhere
12 # omit everything in /usr
20 # Regexes for lines to exclude from consideration
22 # Have to re-enable the standard pragma
25 # Don't complain about missing debug-only code:
28 # Don't complain if tests don't hit defensive assertion code:
30 raise NotImplementedError
32 # Don't complain if non-runnable code isn't run:
34 if __name__ == .__main__.: