diff --git a/.coveragerc b/.coveragerc index 046fca2..0daa53e 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,4 @@ [run] -source = configurations,tests +source = . +include = configurations/*,tests/* branch = 1