add lettuce features to the omitted directories in coveragerc files

This commit is contained in:
Christine Lytwynec
2015-05-07 11:50:02 -04:00
parent 411df0ae3a
commit 56580510ea
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[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/*
omit = cms/envs/*, cms/manage.py, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, cms/djangoapps/*/features/*
[report]
ignore_errors = True

View File

@@ -2,7 +2,7 @@
[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/*
omit = lms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, lms/djangoapps/*/features/*
[report]
ignore_errors = True