Use the correct make command for coverage generation
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
This commit is contained in:
parent
48e6550c48
commit
28dc9e4428
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
stage('Coverage') {
|
||||
steps {
|
||||
sh "cargo install cargo-tarpaulin"
|
||||
sh "make coverage"
|
||||
sh "make generate-coverage"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user