Add swagger-types for unit-tests

This commit is contained in:
Florian Hoss 2023-07-05 11:09:24 +02:00
parent 4a7b2d84c8
commit be890e2e75

View file

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