From 33d7b5744bbd9f0ef999bab76f78ebfd20d0de11 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Fri, 19 Apr 2019 17:22:00 -0700 Subject: [PATCH] Maybe fix coverage reporting w/ codecov --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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