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:
parent
f869d3fc0a
commit
efd1764dd3
2 changed files with 2 additions and 2 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 jacoco:report-aggregate'
|
sh 'mvn test'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -147,7 +147,7 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.19.1</version>
|
<version>2.19.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-Xmx100m -Xms100m</argLine>
|
<argLine>${argLine} -Xmx100m -Xms100m</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue