Fix html rendering
This commit is contained in:
parent
be890e2e75
commit
1629523d84
7 changed files with 56 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue