Skip to content

Install gocover-cobertura with go install

Fabien Catteau requested to merge go-install-gocover-cobertura into master

What does this MR do?

Install gocover-cobertura with go install and get rid of deprecation warning

What are the relevant issue numbers?

None

Does this MR meet the acceptance criteria?

Tested locally:

% lima nerdctl run -ti --rm -v $PWD:/app -w /app golang:1.17 /bin/bash
root@b044f198d62b:/app# go install github.com/boumenot/gocover-cobertura@latest
go: downloading github.com/boumenot/gocover-cobertura v1.2.0
go: downloading golang.org/x/tools v0.0.0-20200526224456-8b020aee10d2
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
root@b044f198d62b:/app# gocover-cobertura 
^C

Merge request reports