parent
88c75e43ae
commit
44ebae30a9
4
files/config/Jenkinsfile
vendored
4
files/config/Jenkinsfile
vendored
@ -25,6 +25,7 @@ pipeline {
|
||||
])
|
||||
}
|
||||
} // Test
|
||||
|
||||
stage('Coverage') {
|
||||
steps {
|
||||
sh '''
|
||||
@ -37,6 +38,8 @@ pipeline {
|
||||
enabledForFailure: true,
|
||||
failOnError: true,
|
||||
checksAnnotationScope: 'MODIFIED_LINES',
|
||||
id: 'rust-coverage',
|
||||
name: 'Rust Coverage',
|
||||
checksName: 'Rust Coverage',
|
||||
qualityGates: [
|
||||
[metric: 'LINE', baseline: 'MODIFIED_LINES', threshold: 20.0],
|
||||
@ -47,7 +50,6 @@ pipeline {
|
||||
}
|
||||
} // Cobertura
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user