Bug 1106 : Kill processes still running after join call timeout reached, also timeout...
[osm/MON.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b5c0df0..f0619f7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ commands =
   nose2 -C --coverage osm_mon --plugin nose2.plugins.junitxml
   coverage report --omit='*tests*'
   coverage html -d ./cover --omit='*tests*'
-  coverage xml -o ./cover/coverage.xml --omit='*tests*'
+  coverage xml -o coverage.xml --omit='*tests*'
 
 [testenv:pylint]
 basepython = python3