Skip to content

Remove gocovmerge

feistel requested to merge feistel/gitlab-pages:remove/gocovmerge into master

What does this MR do?

Replace gocovmerge with native tools for test coverage.

A coverage profile is generated with go test -cover and it's then used to generate a html report of the results.

Closes: #251 (closed)

TODO

Edited by feistel

Merge request reports