1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

fix jacoco coverage (try 2)

This commit is contained in:
Alex Simenduev 2018-05-02 16:44:54 +03:00
parent f869d3fc0a
commit efd1764dd3
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

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

View file

@ -147,7 +147,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<argLine>-Xmx100m -Xms100m</argLine>
<argLine>${argLine} -Xmx100m -Xms100m</argLine>
</configuration>
</plugin>