Omit migrations when calculating bok-choy coverage.
When we calculate bok-choy coverage, we are including various migraitons as part of the calculation. This does not represent the kind of code that bok-choy can cover, since that is part of the RDBMS build-out and maintenance.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
data_file = reports/bok_choy/.coverage
|
data_file = reports/bok_choy/.coverage
|
||||||
source = lms, cms, common/djangoapps, common/lib
|
source = lms, cms, common/djangoapps, common/lib
|
||||||
omit = lms/envs/*, cms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, */test*, */management/*, */urls*, */wsgi*
|
omit = lms/envs/*, cms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*, openedx/core/djangoapps/*/migrations/*, */test*, */management/*, */urls*, */wsgi*, lms/djangoapps/*/migrations/*, cms/djangoapps/*/migrations/*
|
||||||
parallel = True
|
parallel = True
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
|
|||||||
Reference in New Issue
Block a user