chnages in coverage file in env

This commit is contained in:
shikhar.s 2019-08-28 20:23:20 +05:30
parent 171c2cb2d3
commit 59940e33c2
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -147,6 +147,11 @@ pipeline {
coverage run src/bitmessagemain.py -t 1 1 2 3
python -m coverage xml -o PyBitmessage/coverage.xml
'''
// echo "Style check"
// sh ''' source activate ${BUILD_TAG}
// pylint PyBitmessage || true
// '''
}
post{
always{