Skip to content

Commit c37f324

Browse files
committed
Update Jenkinsfile
1 parent 5fd5695 commit c37f324

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ pipeline {
3232
junit allowEmptyResults: true, testResults: '**/nosetests.xml'
3333
}
3434
success {
35-
step([
36-
$class: 'CoberturaPublisher',
37-
coberturaReportFile: '**/coverage.xml',
38-
])
35+
recordCoverage(tools: [[parser: 'COBERTURA', pattern: '**/coverage.xml']])
3936
}
4037
}
4138
}

0 commit comments

Comments
 (0)