Fix html rendering

This commit is contained in:
Florian Hoss 2023-07-05 11:41:13 +02:00
parent be890e2e75
commit 1629523d84
7 changed files with 56 additions and 4 deletions

View file

@ -5,8 +5,8 @@ unit_tests:
extends:
- .go-cache
script:
- ./swagger.sh install
- ./swagger.sh init
- ./scripts/swagger.sh install
- ./scripts/swagger.sh init
- go install gotest.tools/gotestsum@latest
- gotestsum --junitfile report.xml --format testname -- ./... -coverprofile=profile.cov
- go tool cover -func profile.cov