From 24305aa251a73dcad53c9455cc49f17db8381909 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Wed, 28 Aug 2019 19:34:53 +0530 Subject: [PATCH] changes in file and environment --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 28cbf20a..11493a99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,7 +136,7 @@ pipeline { echo "Test coverage" sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} coverage run src/bitmessagemain.py -t 1 1 2 3 - python -m coverage xml -o coverage.xml + python -m coverage xml -o PyBitmessage/coverage.xml ''' echo "Style check" sh ''' source activate ${BUILD_TAG} @@ -148,7 +148,7 @@ pipeline { step([$class: 'CoberturaPublisher', autoUpdateHealth: false, autoUpdateStability: false, - coberturaReportFile: 'coverage.xml', + coberturaReportFile: 'PyBitmessage/coverage.xml', failNoReports: false, failUnhealthy: false, failUnstable: false,