From 30b96622f7d773f6648557ffca6a1b474c1e0395 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 16 Jul 2019 09:18:09 +0200 Subject: [PATCH] Cover all apps --- .coveragerc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.coveragerc b/.coveragerc index f21739a5..61b95053 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,10 +1,11 @@ [run] source = - note_kfet - note_theme - note_adherents + adherents + note + theme omit = - note_theme/tests/*.py - note_theme/migrations/*.py - note_adherents/tests/*.py - note_adherents/migrations/*.py + adherents/tests/*.py + adherents/migrations/*.py + note/tests/*.py + note/migrations/*.py + theme/tests/*.py \ No newline at end of file