Ignore migrations in coverage reports

This commit is contained in:
Sarina Canelake
2015-05-27 16:50:44 -04:00
parent ba4be3cdea
commit 359e6134af
2 changed files with 15 additions and 2 deletions

View File

@@ -2,7 +2,14 @@
[run]
data_file = reports/cms/.coverage
source = cms,common/djangoapps,openedx/core/djangoapps
omit = cms/envs/*, cms/manage.py, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, cms/djangoapps/*/features/*
omit =
cms/envs/*
cms/manage.py
common/djangoapps/terrain/*
common/djangoapps/*/migrations/*
openedx/core/djangoapps/*/migrations/*
cms/djangoapps/*/migrations/*
cms/djangoapps/*/features/*
[report]
ignore_errors = True

View File

@@ -2,7 +2,13 @@
[run]
data_file = reports/lms/.coverage
source = lms,common/djangoapps,openedx/core/djangoapps
omit = lms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, lms/djangoapps/*/features/*
omit =
lms/envs/*
common/djangoapps/terrain/*
common/djangoapps/*/migrations/*
openedx/core/djangoapps/*/migrations/*
lms/djangoapps/*/migrations/*
lms/djangoapps/*/features/*
[report]
ignore_errors = True