File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed
Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 4949 env :
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
52- run : mvn verify -B -"Dgpg.skip" org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
52+ run : mvn -X -B -"Dgpg.skip" verify jacoco:report org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
5353
5454 release :
5555 if : github.ref == 'refs/heads/master'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5252 <sonar .organization>dnsjava</sonar .organization>
5353 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
5454 <sonar .java.source>8</sonar .java.source>
55+ <sonar .coverage.jacoco.xmlReportPaths>${project.build.directory} /site/jacoco/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
5556 </properties >
5657
5758 <build >
180181 </executions >
181182 </plugin >
182183
183- <plugin >
184- <groupId >org.eluder.coveralls</groupId >
185- <artifactId >coveralls-maven-plugin</artifactId >
186- <version >4.3.0</version >
187- </plugin >
188-
189184 <plugin >
190185 <groupId >com.github.siom79.japicmp</groupId >
191186 <artifactId >japicmp-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments