diff --git a/setup.cfg b/setup.cfg index 967603d..bed685e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,11 @@ exclude = migrations [coverage:run] branch = true -source = rest_auth +source = . +include = rest_auth/* + +[coverage:report] +include = rest_auth/* omit = *migrations* tests