diff --git a/.coveragerc b/.coveragerc index 2a987a7..93e3bb5 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,6 @@ [run] +branch = True +source = . omit = - .venv/* - */__init__.py - irobot/irobot.py - irobot/test/* + irobot/tests/* +parallel = True