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:
Francesco Lodolo 2024-09-26 08:42:08 +02:00 коммит произвёл GitHub
Родитель 6c9b90eac6
Коммит 5695f7071e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,7 @@
[coverage:run] [run]
omit = omit =
setup.py setup.py
*migrations* *migrations*
include = source =
*pontoon* *pontoon*
*tests* *tests*