Skip to content

Commit

Permalink
fix coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Dec 15, 2017
1 parent 461d4d1 commit fd73baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setenv =
PYTHON=coverage run --source os_vm_expire
commands =
stestr run --concurrency=1 {posargs}
coverage combine
#coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml

Expand Down

0 comments on commit fd73baf

Please sign in to comment.