Skip to content

Commit

Permalink
Added install instruction reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Aug 16, 2023
1 parent 35b0f7d commit 27eb29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
[![Snapshot](https://flat.badgen.net/maven/v/metadata-url/repo.rife2.com/snapshots/com/uwyn/rife2/bld-jacoco-report/maven-metadata.xml?label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-jacoco-report)
[![GitHub CI](https://github.com/rife2/bld-jacoco-report/actions/workflows/bld.yml/badge.svg)](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
@BuildCommand(summary = "Generates Jacoco Reports")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public JacocoReportOperationBuild() {
javadocOperation()
.javadocOptions()
.docLint(NO_MISSING)
.link("https://rife2.github.io/bld/")
.link("https://rife2.github.io/rife2/");

publishOperation()
Expand Down

0 comments on commit 27eb29c

Please sign in to comment.