Merge pull request #8220 from edx/sarina/ignore-migrations-for-coverage
Ignore migrations in coverage reports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user