This commit is contained in:
parent
bf0c4c4b94
commit
3181891e0a
2
files/config/Jenkinsfile
vendored
2
files/config/Jenkinsfile
vendored
@ -17,7 +17,7 @@ pipeline {
|
|||||||
tools: [[parser: 'COBERTURA', pattern: 'target/llvm-cov/cobertura.xml']],
|
tools: [[parser: 'COBERTURA', pattern: 'target/llvm-cov/cobertura.xml']],
|
||||||
sourceCodeRetention: 'LAST_BUILD',
|
sourceCodeRetention: 'LAST_BUILD',
|
||||||
enabledForFailure: true,
|
enabledForFailure: true,
|
||||||
failOnError: true,
|
failOnError: false,
|
||||||
checksAnnotationScope: 'MODIFIED_LINES',
|
checksAnnotationScope: 'MODIFIED_LINES',
|
||||||
id: 'rust-coverage',
|
id: 'rust-coverage',
|
||||||
name: 'Rust Coverage',
|
name: 'Rust Coverage',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user