diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08bb3e03b193e0ac2428e99aa95240639756cc39..3bbff13dacb9b1bceb7f129aa00b722e16ec1222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ test: stage: test image: golang:1.14 script: - - go get github.com/boumenot/gocover-cobertura - go test -v -cover -coverprofile=cover.out ./... + - go get github.com/boumenot/gocover-cobertura - gocover-cobertura < cover.out > cover.xml artifacts: reports: