script to open jacoco report

This commit is contained in:
Tim Chamberlain
2023-04-28 10:05:25 -05:00
parent be09412755
commit acfcc422f9

View File

@ -0,0 +1,7 @@
#!/bin/bash
############################################################################
## open-jacoco-test-report.sh
## opens the jacoco generated file from the target directory in browser
############################################################################
open target/site/jacoco/index.html