mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
8 lines
304 B
Bash
Executable File
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
|