diff --git a/.coveragerc b/.coveragerc index 0227795..046fca2 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,3 @@ [run] -source = configurations +source = configurations,tests branch = 1 - -[report] -omit = *tests*,*migrations*