mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
10 lines
149 B
INI
10 lines
149 B
INI
[tool:pytest]
|
|
addopts =
|
|
--cov=sg
|
|
--cov=tests
|
|
--cov-report=html
|
|
--cov-report=term-missing:skip-covered
|
|
|
|
[flake8]
|
|
exclude = venv,build
|