Skip to content
Snippets Groups Projects

remove X-Priv-Token

Merged Leo requested to merge remove-auth into master
+ 0
9
stages:
- test
- cover
unittests:
stage: test
image: alpinelinux/golang
script:
- env CGO_ENABLED=0 go test -v ./...
tags:
- docker-alpine
coverage:
stage: cover
image: alpinelinux/golang
script:
- go get github.com/boumenot/gocover-cobertura
- env CGO_ENABLED=0 go test -coverprofile=coverage.txt -covermode=count ./...
Loading