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] [run]
source = source =
app/activity activity
app/member member
app/note note
omit = omit =
app/activity/tests/*.py activity/tests/*.py
app/activity/migrations/*.py activity/migrations/*.py
app/member/tests/*.py member/tests/*.py
app/member/migrations/*.py member/migrations/*.py
app/note/tests/*.py note/tests/*.py
app/note/migrations/*.py note/migrations/*.py