diff --git a/qqq-dev-tools/bin/open-jacoco-test-report.sh b/qqq-dev-tools/bin/open-jacoco-test-report.sh new file mode 100755 index 00000000..502631e6 --- /dev/null +++ b/qqq-dev-tools/bin/open-jacoco-test-report.sh @@ -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