X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=681ec2e630aaec481636d0188feef4651127efa8;hb=b8bad9d2cc5168e55271929a6474184129f31ef2;hp=309296d82103fef33d7de8d02fc50f8dbc0e68ef;hpb=aa358e298d345da0582ad1ea3b496bb44650a4f1;p=optf%2Fosdf.git diff --git a/tox.ini b/tox.ini index 309296d..681ec2e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,10 +6,9 @@ envlist = py3 [testenv] distribute = False commands = - coverage run --module pytest - coverage report --omit=".tox/py3/*","test/*" + coverage run --module pytest --junitxml xunit-results.xml + coverage xml --omit=".tox/py3/*","test/*" # TODO: need to update the above "omit" when we package osdf as pip-installable - # coverage html --omit=.tox/py3/* -d htmlcov deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test/test-requirements.txt