Commit 4b8ed877 authored by rickywiens's avatar rickywiens

Update reference to go cobertura package

- The previously referenced go cov cobertura report generating package
  in the docs is no longer maintained and has bugs in it that prevented
us from using it in our dogfooding of the test coverage visualization
feature for runner. Updated this link with the fork that has more recent
bug fixes and PRs.
parent 6d1eea27
......@@ -33,7 +33,7 @@ This format was originally developed for Java, but most coverage analysis framew
for other languages have plugins to add support for it, like:
- [simplecov-cobertura](https://rubygems.org/gems/simplecov-cobertura) (Ruby)
- [gocover-cobertura](https://github.com/t-yuki/gocover-cobertura) (Golang)
- [gocover-cobertura](https://github.com/boumenot/gocover-cobertura) (Golang)
Other coverage analysis frameworks support the format out of the box, for example:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment