File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ services:
77jdk :
88 - oraclejdk8
99
10+ addons :
11+ sonarcloud :
12+ organization : utplsql
13+ token :
14+ secure : ${SONAR_TOKEN}
15+
1016env :
1117 global :
1218 - DOCKER_CFG=$HOME/.docker
@@ -35,9 +41,10 @@ install:
3541
3642script :
3743 - echo "Run Unit tests"
38- - mvn test
44+ - mvn org.jacoco:jacoco-maven-plugin:prepare-agent test
3945 - echo "Run Integration tests"
40- - mvn verify -Dmaven.skip.test -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}"
46+ - mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify -Dmaven.skip.test -DdbUser="${DB_UT3_USER}" -DdbPass="${DB_UT3_PASS}" -DdbUrl="jdbc:oracle:thin:@${DB_URL}"
47+ - mvn sonar:sonar
4148
4249# before_deploy:
4350# - bash .travis/create_release.sh
You can’t perform that action at this time.
0 commit comments