Updated licence badge
This commit is contained in:
parent
9e6471c74b
commit
894a04108a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# [Bld](https://rife2.com/bld) Extension to Code Coverage Analysis with [JaCoCo](https://www.eclemma.org/jacoco/)
|
# [Bld](https://rife2.com/bld) Extension to Code Coverage Analysis with [JaCoCo](https://www.eclemma.org/jacoco/)
|
||||||
|
|
||||||
|
|
||||||
[](http://opensource.org/licenses/BSD-3-Clause)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-jacoco-report)
|
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-jacoco-report)
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report)
|
||||||
|
@ -25,4 +25,4 @@ public void jacoco() throws IOException {
|
||||||
- The HTML, CVS and XML reports will be automatically created in the `build/reports/jacoco/test` directory.
|
- The HTML, CVS and XML reports will be automatically created in the `build/reports/jacoco/test` directory.
|
||||||
- The execution coverage data will be automatically recorded in the `build/jacoco/jacoco.exec` file.
|
- 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/JacocoOperation.html#method-summary) for all available configuration options.
|
Please check the [JacocoReportOperation documentation](https://rife2.github.io/bld-jacoco-report/rife/bld/extension/JacocoReportOperation.html#method-summary) for all available configuration options.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue