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