Commit fedd39acf8cd6dfac2310f7d53fe12091e08de3e

Authored by Lucas Kanashiro
1 parent ee8381d8

coveragerc: ignore celery and wsgi files

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Tomaz Martins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.coveragerc
... ... @@ -7,6 +7,8 @@ omit =
7 7 */urls.py
8 8 */settings.py
9 9 */tests.py
  10 + colab/celery.py
  11 + colab/wsgi.py
10 12 source =
11 13 colab/
12 14  
... ...