mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
11 lines
264 B
INI
11 lines
264 B
INI
# .coveragerc to control coverage.py
|
|
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
# Have to re-enable the standard pragma:
|
|
pragma: no cover
|
|
|
|
# Don't complain if non-runnable code isn't run:
|
|
if __name__ == .__main__.:
|