changes in file
This commit is contained in:
parent
a26293e509
commit
056c41c307
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user