Skip to content
Snippets Groups Projects
Commit d897157c authored by ale's avatar ale
Browse files

Further attempt to avoid gocover-cobertura to interfere with go.mod

parent 7c35eb97
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ test: ...@@ -19,7 +19,7 @@ test:
image: golang:1.14 image: golang:1.14
script: script:
- go test -v -cover -coverprofile=cover.out ./... - go test -v -cover -coverprofile=cover.out ./...
- go get github.com/boumenot/gocover-cobertura - (cd /tmp && go get github.com/boumenot/gocover-cobertura)
- gocover-cobertura < cover.out > cover.xml - gocover-cobertura < cover.out > cover.xml
artifacts: artifacts:
reports: reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment