changes in file
This commit is contained in:
parent
d6929e8c06
commit
d5fe9c723f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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
0
coverage.xml
Normal file
Loading…
Reference in New Issue
Block a user