changes in file

This commit is contained in:
shikhar.s 2019-08-28 19:28:55 +05:30
parent d6929e8c06
commit d5fe9c723f
2 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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,

0
coverage.xml Normal file
View File