File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : required
2+ dist : trusty
3+ language : java
4+ jdk :
5+ - openjdk8
6+ script :
7+ - mvn clean test post-integration-test
8+ after_success :
9+ - mvn sonar:sonar
10+ addons :
11+ sonarcloud :
12+ organization : yassine-github
13+ cache :
14+ directories :
15+ - ' $HOME/.m2/repository'
16+ - ' $HOME/.sonar/cache'
17+ notifications :
18+ email : false
Original file line number Diff line number Diff line change 1+ # ipdata-java-client
2+ ![ Build Status] ( https://www.travis-ci.org/yassine/ipdata-java-client.svg?branch=dev )
3+ [ ![ Coverage Status] ( https://sonarcloud.io/api/project_badges/measure?metric=coverage&project=com.github.yassine%3Aipdata-java-client )] ( https://sonarcloud.io/dashboard/index/com.github.yassine:ipdata-java-client )
4+ [ ![ Quality Gate] ( https://sonarcloud.io/api/project_badges/measure?metric=alert_status&project=com.github.yassine%3Aipdata-java-client )] ( https://sonarcloud.io/dashboard/index/com.github.yassine:ipdata-java-client )
5+ [ ![ Maintainability] ( https://sonarcloud.io/api/project_badges/measure?metric=sqale_rating&project=com.github.yassine%3Aipdata-java-client )] ( https://sonarcloud.io/dashboard/index/com.github.yassine:ipdata-java-client )
6+ [ ![ Reliability] ( https://sonarcloud.io/api/project_badges/measure?metric=reliability_rating&project=com.github.yassine%3Aipdata-java-client )] ( https://sonarcloud.io/dashboard/index/com.github.yassine:ipdata-java-client )
7+
8+ An <i >ipdata.co</i > java client.
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ project {
1010 ' version.client.feign' ' 9.7.0'
1111 ' version.build.jacoco' ' 0.8.4'
1212 ' version.build.surefire' ' 3.0.0-M3'
13+ ' sonar.jacoco.reportPaths' ' ${project.build.directory}/coverage-reports/jacoco-ut.exec'
14+ ' sonar.links.homepage' ' https://github.com/yassine/ipdata-java-client'
15+ ' sonar.links.issue' ' https://github.com/yassine/ipdata-java-client'
16+ ' sonar.links.scm' ' https://github.com/yassine/ipdata-java-client'
17+ ' sonar.projectKey' ' com.github.yassine:ipdata-java-client'
18+ ' sonar.projectName' ' spring-boot-sample'
19+ ' sonar.projectVersion' ' ${project.version}'
20+
1321 }
1422 dependencies {
1523 dependency(' io.github.openfeign:feign-core:${version.client.feign}' )
@@ -69,6 +77,11 @@ project {
6977 argLine ' ${surefireArgLine}'
7078 }
7179 }
80+ plugin {
81+ groupId ' org.codehaus.mojo'
82+ artifactId ' sonar-maven-plugin'
83+ version ' 3.6.0.1398'
84+ }
7285 }
7386 resources {
7487 resource {
You can’t perform that action at this time.
0 commit comments