go-cover-treemap
go-cover-treemap copied to clipboard
🎄 Go code coverage to SVG treemap
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.15.0 to 0.17.0. Commits 0b1f1d4 gopls/internal/lsp/cache: (re-)ensure clean shutdown 706525d gopls/internal/lsp/source/completion: support postfix completion (iferr, 581c0b3 gopls/internal/lsp/source: add receiver name to stubbed methods c95fa0f gopls/internal/test: skip marker...
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 ?