mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Add branch coverage
This commit is contained in:
parent
2ab943ecd3
commit
20f86e67e3
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue