X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=a0f0503d425292417ff8f1770da47ff12cb0c8e1;hp=bc316e1b12ac0cba532c6aab1478c4fc12f07a14;hb=7077e2601a209a87f7fe397b35586e7701ca759a;hpb=41b40a10384cd725be87f1800242cc8eba38e991 diff --git a/tox.ini b/tox.ini index bc316e1..a0f0503 100644 --- a/tox.ini +++ b/tox.ini @@ -27,9 +27,9 @@ deps = commands = coverage erase nose2 -C --coverage n2vc --plugin nose2.plugins.junitxml -s n2vc - coverage report --omit='*tests*' - coverage html -d ./cover --omit='*tests*' - coverage xml -o coverage.xml --omit='*tests*' + coverage report --omit='*n2vc/tests*' + coverage html -d ./cover --omit='*n2vc/tests*' + coverage xml -o coverage.xml --omit='*n2vc/tests*' [testenv:pylint] basepython = python3