mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
script to open jacoco report
This commit is contained in:
7
qqq-dev-tools/bin/open-jacoco-test-report.sh
Executable file
7
qqq-dev-tools/bin/open-jacoco-test-report.sh
Executable 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
|
Reference in New Issue
Block a user