Added install instruction reference
This commit is contained in:
parent
35b0f7d5a0
commit
27eb29c9b6
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report)
|
||||||
[](https://github.com/rife2/bld-jacoco-report/actions/workflows/bld.yml)
|
[](https://github.com/rife2/bld-jacoco-report/actions/workflows/bld.yml)
|
||||||
|
|
||||||
To run the tests and generate the code coverage reports:
|
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||||
|
|
||||||
|
To run the tests and generate the code coverage reports, add the floowing to your build file:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
@BuildCommand(summary = "Generates Jacoco Reports")
|
@BuildCommand(summary = "Generates Jacoco Reports")
|
||||||
|
|
|
@ -56,6 +56,7 @@ public class JacocoReportOperationBuild extends Project {
|
||||||
javadocOperation()
|
javadocOperation()
|
||||||
.javadocOptions()
|
.javadocOptions()
|
||||||
.docLint(NO_MISSING)
|
.docLint(NO_MISSING)
|
||||||
|
.link("https://rife2.github.io/bld/")
|
||||||
.link("https://rife2.github.io/rife2/");
|
.link("https://rife2.github.io/rife2/");
|
||||||
|
|
||||||
publishOperation()
|
publishOperation()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue