Files
qqq/qqq-dev-tools/bin/open-jacoco-test-report.sh
2023-04-28 10:05:25 -05:00

8 lines
304 B
Bash
Executable File

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