Skip to content
Snippets Groups Projects
Commit 92015a2c authored by Robert Habermann's avatar Robert Habermann
Browse files

add coverage report to tox

parent e0212737
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,15 @@ commands =
[testenv:cov_report]
whitelist_externals =
coverage.sh
commands =
coverage combine .coverage.data
coverage report
coverage html -d {toxinidir}/htmlcov
[testenv:cov_deploy]
whitelist_externals =
cp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment