Maybe fix coverage reporting w/ codecov

This commit is contained in:
Ryan P Kilby 2019-04-19 17:22:00 -07:00
parent 986ad2b1a1
commit 33d7b5744b

View File

@ -10,7 +10,11 @@ exclude = migrations
[coverage:run] [coverage:run]
branch = true branch = true
source = rest_auth source = .
include = rest_auth/*
[coverage:report]
include = rest_auth/*
omit = omit =
*migrations* *migrations*
tests tests