Files
stock-rma/.coveragerc
Aaron ForgeFlow 571e437f16 [MIG] Add metafiles
[skip ci]
2020-01-14 16:19:04 +01:00

19 lines
350 B
INI

# Config file .coveragerc
# adapt the include for your project
[report]
include =
*/ForgeFlow/rma/*
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: