chore: improve coverage
This commit is contained in:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user