mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
fix jacoco coverage
This commit is contained in:
parent
6f2baa3178
commit
f869d3fc0a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -11,7 +11,7 @@ pipeline {
|
||||||
CODECOV_TOKEN = '5b1293bb-5536-4f60-bfa3-93b4d15eefeb'
|
CODECOV_TOKEN = '5b1293bb-5536-4f60-bfa3-93b4d15eefeb'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn test'
|
sh 'mvn test jacoco:report-aggregate'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue