changes in file and environment
This commit is contained in:
parent
432b8aafc5
commit
24305aa251
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -136,7 +136,7 @@ pipeline {
|
||||||
echo "Test coverage"
|
echo "Test coverage"
|
||||||
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
coverage run src/bitmessagemain.py -t 1 1 2 3
|
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"
|
echo "Style check"
|
||||||
sh ''' source activate ${BUILD_TAG}
|
sh ''' source activate ${BUILD_TAG}
|
||||||
|
@ -148,7 +148,7 @@ pipeline {
|
||||||
step([$class: 'CoberturaPublisher',
|
step([$class: 'CoberturaPublisher',
|
||||||
autoUpdateHealth: false,
|
autoUpdateHealth: false,
|
||||||
autoUpdateStability: false,
|
autoUpdateStability: false,
|
||||||
coberturaReportFile: 'coverage.xml',
|
coberturaReportFile: 'PyBitmessage/coverage.xml',
|
||||||
failNoReports: false,
|
failNoReports: false,
|
||||||
failUnhealthy: false,
|
failUnhealthy: false,
|
||||||
failUnstable: false,
|
failUnstable: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user