mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
19 lines
350 B
INI
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:
|