diff --git a/.coveragerc b/.coveragerc index b4ba6476..ed8ca510 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,12 +1,12 @@ [run] source = - app/activity - app/member - app/note + activity + member + note omit = - app/activity/tests/*.py - app/activity/migrations/*.py - app/member/tests/*.py - app/member/migrations/*.py - app/note/tests/*.py - app/note/migrations/*.py \ No newline at end of file + activity/tests/*.py + activity/migrations/*.py + member/tests/*.py + member/migrations/*.py + note/tests/*.py + note/migrations/*.py \ No newline at end of file