mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Merge remote-tracking branch 'origin/feature/CTLE-421-migrate-to-use-api-keys' into integration/sprint-25
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
|
@ -48,7 +48,7 @@ checkBuild()
|
||||
qqq-frontend-core) shortRepo="f'core";;
|
||||
qqq-frontend-material-dashboard) shortRepo="m-db";;
|
||||
ColdTrack-Live) shortRepo="ctl";;
|
||||
Nutrifresh-One-Scripts) shortRepo="nf1-scr";;
|
||||
ColdTrack-Live-Scripts) shortRepo="ct1-scr";;
|
||||
esac
|
||||
|
||||
timestamp=$(date -j -f "%Y-%m-%dT%H:%M:%S%z" $(echo "$startDate" | sed 's/\....Z/+0000/') +%s)
|
||||
|
Reference in New Issue
Block a user