diff --git a/Pipfile b/Pipfile index 4248ee3..018709a 100644 --- a/Pipfile +++ b/Pipfile @@ -10,8 +10,8 @@ autopep8 = "*" pipenv = "*" wheel = "*" twine = "*" -pandoc ="*" -pylint-django ="*" +pandoc = "*" +pylint-django = "*" [packages] django = "*" diff --git a/django_lostplaces/setup.cfg b/django_lostplaces/setup.cfg index 465b3cc..73ac76d 100644 --- a/django_lostplaces/setup.cfg +++ b/django_lostplaces/setup.cfg @@ -1,2 +1,5 @@ [coverage:run] source = . + +[coverage:report] +show_missing = True