From: beierl Date: Tue, 3 Sep 2019 16:48:31 +0000 (-0400) Subject: Change coverage path X-Git-Tag: v7.0.0rc1~23 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=ccbe680bab9df03a7644f1fd26d014306fa50a8c;hp=4de60c537b56d7bf9767a8b3b027793c76bf02b5;p=osm%2FMON.git Change coverage path Changes the patch for the coverage.xml file so the Jenkins plugin can find the source code for display. Change-Id: I2cff214a69799e9f46cc2a5c8ca5e85a290daffb Signed-off-by: beierl --- diff --git a/.gitignore b/.gitignore index 2b24c35..204364f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,7 @@ pip-log.txt # Unit test / coverage reports .coverage cover -.stestr +coverage.xml .tox nosetests.xml .testrepository diff --git a/tox.ini b/tox.ini index b5c0df0..f0619f7 100644 --- 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