Commit 359e6134 by Sarina Canelake

Ignore migrations in coverage reports

parent ba4be3cd
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment