зеркало из https://github.com/mozilla/pontoon.git
Update Python coverage config file, fix warning (#3379)
Using specific coverage file instead of setup.cfg, fixed warning in `make pytest` (`CoverageWarning: --include is ignored because --source is set (include-ignored)`).
This commit is contained in:
Родитель
6c9b90eac6
Коммит
5695f7071e
|
@ -1,7 +1,7 @@
|
||||||
[coverage:run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
setup.py
|
setup.py
|
||||||
*migrations*
|
*migrations*
|
||||||
include =
|
source =
|
||||||
*pontoon*
|
*pontoon*
|
||||||
*tests*
|
*tests*
|
Загрузка…
Ссылка в новой задаче