tacticalrmm/api/tacticalrmm/.coveragerc

27 lines
393 B
Plaintext
Raw Normal View History

2020-09-26 23:13:10 +00:00
[run]
source = .
[report]
show_missing = True
include = *.py
omit =
*/__pycache__/*
*/env/*
*/management/*
*/migrations/*
*/static/*
2020-09-26 23:29:05 +00:00
manage.py
*/local_settings.py
*/apps.py
*/admin.py
*/celery.py
*/wsgi.py
*/settings.py
2020-09-30 01:55:49 +00:00
*/baker_recipes.py
2020-10-03 20:22:58 +00:00
*/urls.py
*/tests.py
*/test.py
2020-10-23 05:19:28 +00:00
checks/utils.py
2021-12-22 02:34:36 +00:00
*/asgi.py
*/demo_views.py
2020-10-23 05:19:28 +00:00