changes in file

This commit is contained in:
shikhar.s 2019-08-28 19:03:40 +05:30
parent a26293e509
commit 056c41c307
1 changed files with 6 additions and 6 deletions

12
Jenkinsfile vendored
View File

@ -125,12 +125,12 @@ pipeline {
stage('Static code metrics') { stage('Static code metrics') {
steps { steps {
echo "Raw metrics" // echo "Raw metrics"
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} // sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
radon raw --json src/ > raw_report.json // radon raw --json src/ > raw_report.json
radon cc --json src/ > cc_report.json // radon cc --json src/ > cc_report.json
radon mi --json src/ > mi_report.json // radon mi --json src/ > mi_report.json
''' // '''
echo "Test coverage" echo "Test coverage"