Add branch coverage

This commit is contained in:
Labrys of Knossos 2022-12-09 19:55:27 -05:00
commit 20f86e67e3

View file

@ -28,7 +28,7 @@ deps =
pytest-cov
pywin32 ; sys.platform == 'win32'
commands =
{posargs:pytest --cov --cov-report=term-missing tests}
{posargs:pytest --cov --cov-report=term-missing --cov-branch tests}
[flake8]
max-line-length = 79