This commit is contained in:
Alexandre Iooss 2019-08-14 15:31:46 +02:00
parent 0dfbf16755
commit 6c62f121e4
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 9 additions and 9 deletions

View File

@ -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
activity/tests/*.py
activity/migrations/*.py
member/tests/*.py
member/migrations/*.py
note/tests/*.py
note/migrations/*.py