1
0
Fork 0
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:
Alex Simenduev 2018-05-02 15:56:37 +03:00
parent 6f2baa3178
commit f869d3fc0a

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
CODECOV_TOKEN = '5b1293bb-5536-4f60-bfa3-93b4d15eefeb'
}
steps {
sh 'mvn test'
sh 'mvn test jacoco:report-aggregate'
}
post {
always {