mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-07 16:44:23 +01:00
Added coverage report to tests
This commit is contained in:
parent
41f5b3e9c1
commit
d4bbf3b68d
@ -1,4 +1,5 @@
|
||||
-r requirements.txt
|
||||
pytest==3.4.2
|
||||
pytest-cov==2.6.0
|
||||
mock==2.0.0
|
||||
flake8==3.5.0
|
||||
|
@ -7,3 +7,6 @@ universal = 1
|
||||
[upload]
|
||||
sign=true
|
||||
identity=0x1784577F811F6EAC
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --cov=sshuttle --cov-branch --cov-report=term-missing
|
||||
|
Loading…
Reference in New Issue
Block a user