From d5fe9c723fa541a2fa2244b6ea17d7ec5f62ea06 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Wed, 28 Aug 2019 19:28:55 +0530 Subject: [PATCH] changes in file --- Jenkinsfile | 4 ++-- coverage.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 coverage.xml diff --git a/Jenkinsfile b/Jenkinsfile index 30eee10d..42e0bc0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,7 +136,7 @@ pipeline { echo "Test coverage" sh ''' source activate ${BUILD_TAG} coverage run src/bitmessagemain.py -t 1 1 2 3 - python -m coverage xml -o reports/coverage.xml + python -m coverage xml -o coverage.xml ''' echo "Style check" sh ''' source activate ${BUILD_TAG} @@ -148,7 +148,7 @@ pipeline { step([$class: 'CoberturaPublisher', autoUpdateHealth: false, autoUpdateStability: false, - coberturaReportFile: 'reports/coverage.xml', + coberturaReportFile: 'coverage.xml', failNoReports: false, failUnhealthy: false, failUnstable: false, diff --git a/coverage.xml b/coverage.xml new file mode 100644 index 00000000..e69de29b