File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - name : Build and Test
3030 run : mvn clean test post-integration-test
31-
32- - name : SonarCloud Analysis
33- if : env.SONAR_TOKEN != ''
34- env :
35- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36- run : mvn sonar:sonar -Dsonar.login=$SONAR_TOKEN
Original file line number Diff line number Diff line change 11# ipdata-java-client
22![ Build Status] ( https://github.com/ipdata/java/actions/workflows/ci.yml/badge.svg )
3- [ ![ Coverage Status] ( https://sonarcloud.io/api/project_badges/measure?metric=coverage&project=yassine_ipdata-java-client )] ( https://sonarcloud.io/dashboard/index/yassine_ipdata-java-client )
4- [ ![ Quality Gate] ( https://sonarcloud.io/api/project_badges/measure?metric=alert_status&project=yassine_ipdata-java-client )] ( https://sonarcloud.io/dashboard/index/yassine_ipdata-java-client )
5- [ ![ Maintainability] ( https://sonarcloud.io/api/project_badges/measure?metric=sqale_rating&project=yassine_ipdata-java-client )] ( https://sonarcloud.io/dashboard/index/yassine_ipdata-java-client )
6- [ ![ Reliability] ( https://sonarcloud.io/api/project_badges/measure?metric=reliability_rating&project=yassine_ipdata-java-client )] ( https://sonarcloud.io/dashboard/index/yassine_ipdata-java-client )
73
84
95An 100% compliant [ ipdata.co] ( https://ipdata.co ) API java client.
Original file line number Diff line number Diff line change 3939 <maven .compiler.source>11</maven .compiler.source>
4040 <maven .compiler.target>11</maven .compiler.target>
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42- <sonar .coverage.jacoco.xmlReportPaths>${project.build.directory} /site/code-coverage/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
43- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
44- <sonar .links.homepage>https://github.com/ipdata/java</sonar .links.homepage>
45- <sonar .links.issue>https://github.com/ipdata/java</sonar .links.issue>
46- <sonar .links.scm>https://github.com/ipdata/java</sonar .links.scm>
47- <sonar .organization>yassine-github</sonar .organization>
48- <sonar .projectKey>yassine_ipdata-java-client</sonar .projectKey>
49- <sonar .projectName>ipdata-java-client</sonar .projectName>
50- <sonar .projectVersion>${project.version} </sonar .projectVersion>
5142 <version .build.jacoco>0.8.14</version .build.jacoco>
52- <version .build.sonar>3.11.0.3922</version .build.sonar>
5343 <version .build.surefire>3.5.5</version .build.surefire>
5444 <version .client.feign>11.10</version .client.feign>
5545 </properties >
168158 <argLine >${surefireArgLine} </argLine >
169159 </configuration >
170160 </plugin >
171- <plugin >
172- <groupId >org.codehaus.mojo</groupId >
173- <artifactId >sonar-maven-plugin</artifactId >
174- <version >${version.build.sonar} </version >
175- </plugin >
176- <plugin >
161+ <plugin >
177162 <artifactId >maven-source-plugin</artifactId >
178163 <version >3.3.1</version >
179164 <executions >
You can’t perform that action at this time.
0 commit comments