We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c7e28 commit a1905bdCopy full SHA for a1905bd
1 file changed
travis.sh
@@ -28,6 +28,7 @@ CI)
28
# integration of jacoco report is quite memory-consuming
29
#scm.forceReloadAll: force scm reload to fix blame issue on some files (should be removed at some point)
30
export MAVEN_OPTS="-Xmx1536m -Xms128m"
31
+ git fetch --unshallow
32
mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test sonar:sonar -B -e -V \
33
-Dsonar.host.url=$SONAR_HOST_URL \
34
-Dsonar.login=$SONAR_TOKEN \
0 commit comments