chore: improve coverage

This commit is contained in:
2024-11-23 00:24:35 +01:00
parent 4247c77a3b
commit a7386454a6
2 changed files with 36 additions and 0 deletions
+10
View File
@@ -5,3 +5,13 @@ exclude_lines =
# 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