mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-05 13:21:49 +02:00
14 lines
367 B
INI
14 lines
367 B
INI
[run]
|
|
omit =
|
|
*/migrations/*
|
|
*/admin.py
|
|
*/tests/*
|
|
*/urls.py
|
|
*/apps.py
|
|
la_chariotte/settings.py
|
|
la_chariotte/asgi.py
|
|
la_chariotte/wsgi.py
|
|
# We only test the default theme
|
|
# Also, code depending on theme_settings in the codebase is marked
|
|
# `# pragma: no cover` to avoid false positives.
|
|
la_chariotte/themes/*/settings.py
|