We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3577f19 commit f35731eCopy full SHA for f35731e
1 file changed
travis.sh
@@ -27,6 +27,7 @@ CI)
27
28
# integration of jacoco report is quite memory-consuming
29
export MAVEN_OPTS="-Xmx1536m -Xms128m"
30
+ git fetch --unshallow
31
mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test sonar:sonar -B -e -V \
32
-Dsonar.host.url=$SONAR_HOST_URL \
33
-Dsonar.login=$SONAR_TOKEN
0 commit comments