nikolaydubina / go-cover-treemap

🎄 Go code coverage to SVG treemap
https://nikolaydubina.github.io/go-cover-treemap/
MIT License
475 stars 13 forks source link

Other coverage data formats #57

Open jayvdb opened 2 weeks ago

jayvdb commented 2 weeks ago

From the readme, it looks like this tool only supports Go coverage.out format.

Would it be feasible for this tool to support other formats, like https://github.com/k1LoW/octocov#supported-coverage-report-formats ?

nikolaydubina commented 2 weeks ago

I have minimal resources, so sticking to official Go tooling.

But I don't have much against other formats.

Let's see if more people need this, then can add.