Add Go example for the test coverage visualization feature
This commit adds a Go/Golang based `.gitlab-ci.yml` example to demonstrate the coverage visualization feature. It uses `go test` for test execution and coverage profiling while `gocover-cobertura` is used for creating Cobertura XML report.
Showing
Please register or sign in to comment