Files
manufacture/.coveragerc
Sandy Carter 570c0f3d14 Add meta files
2014-07-22 12:31:26 -04:00

18 lines
311 B
INI

# Config file .coveragerc
[report]
include =
*/manufacture/*
omit =
*/tests/*
*__init__.py
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about null context checking
if context is None: