fx-private-relay/.coveragerc

18 строки
301 B
INI

[report]
omit =
*apps.py,
*migrations/*,
*settings*,
*tests/*,
*wsgi.py,
manage.py,
env/*,
node_modules/*,
exclude_also =
# Skip code that is only evaluated by static type checkers like pyright and mypy
if TYPE_CHECKING:
[run]
relative_files = True
source = .