Files
shoppy/.coveragerc
T
2024-11-23 00:24:35 +01:00

18 lines
349 B
INI

[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain if tests don't hit defensive assertion code:
raise NotImplementedError
[run]
omit =
# omit anything in a .local directory anywhere
*/.idea/*
*/src/*
*/**/admin.py
*/**/asgi.py
*/**/wsgi.py
*/**/celery.py