Added support for JaCoCo extension. Closes #2
This commit is contained in:
parent
63635f408b
commit
4d4479bf23
6 changed files with 36 additions and 36 deletions
|
@ -3,3 +3,9 @@ Compile and Run Tests with TestNG
|
|||
```console
|
||||
./bld compile test
|
||||
```
|
||||
|
||||
Compile and Generate JaCoCo Reports
|
||||
|
||||
```console
|
||||
./bld compile jacoco
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue