Codebase list python-popcon / 08b2ae3e-3e2e-43d9-9bb7-68c5241b51a9/main setup.cfg
08b2ae3e-3e2e-43d9-9bb7-68c5241b51a9/main

Tree @08b2ae3e-3e2e-43d9-9bb7-68c5241b51a9/main (Download .tar.gz)

setup.cfg @08b2ae3e-3e2e-43d9-9bb7-68c5241b51a9/mainraw · history · blame

1
2
3
4
5
6
7
8
9
[tool:pytest]
addopts =
    --cov=popcon
    --cov=tests
    --cov-report=term-missing:skip-covered
    --cov-report=html

[flake8]
exclude = venv,build