Added support for JaCoCo extension. Closes #2

This commit is contained in:
Erik C. Thauvin 2024-04-03 20:35:21 -07:00
parent 63635f408b
commit 4d4479bf23
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 36 additions and 36 deletions

View file

@ -3,3 +3,9 @@ Compile and Run Tests with TestNG
```console
./bld compile test
```
Compile and Generate JaCoCo Reports
```console
./bld compile jacoco
```