Compare commits
No commits in common. "ff3278bb806b7995812aa1073e80045bac08b419" and "31b7967390e705eed2a440a341b43013f6fbf58a" have entirely different histories.
ff3278bb80
...
31b7967390
3 changed files with 1 additions and 16 deletions
15
README.md
15
README.md
|
@ -26,18 +26,3 @@ public void jacoco() throws IOException {
|
|||
- The execution coverage data will be automatically recorded in the `build/jacoco/jacoco.exec` file.
|
||||
|
||||
Please check the [JacocoReportOperation documentation](https://rife2.github.io/bld-jacoco-report/rife/bld/extension/JacocoReportOperation.html#method-summary) for all available configuration options.
|
||||
|
||||
### SonarQube/SonarCloud
|
||||
|
||||
To use a JaCoCo report with [sonar](https://www.sonarsource.com/), add something like the following to your `sonar-project.properties`:
|
||||
|
||||
```properties
|
||||
sonar.organization=YOUR_ORGANIZATION
|
||||
sonar.projectKey=YOUR_PROJECT_KEY
|
||||
sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml
|
||||
sonar.sources=src/main/java/
|
||||
sonar.tests=src/test/java/
|
||||
sonar.java.binaries=build/main,build/test
|
||||
sonar.java.libraries=lib/runtime/*.jar
|
||||
|
||||
```
|
|
@ -1,6 +1,6 @@
|
|||
bld.downloadExtensionJavadoc=false
|
||||
bld.downloadExtensionSources=true
|
||||
bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0-SNAPSHOT
|
||||
bld.extension-pmd=com.uwyn.rife2:bld-jacoco-report:0.9.0-SNAPSHOT
|
||||
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||
bld.downloadLocation=
|
||||
bld.version=1.7.0
|
Loading…
Add table
Add a link
Reference in a new issue