kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
369 stars 24 forks source link

go-cover-treemap #193

Closed juev closed 2 months ago

juev commented 4 months ago

A very interesting project:

It allows you to arrange the coating in the form of tiles, we can also embed it in pages.

This request is in order not to forget to try to use it. In my opinion, it is very clear.

kevincobain2000 commented 4 months ago

Interesting! I can integrate it with https://coveritup.app/readme?org=kevincobain2000&repo=gobrew&branch=master

kevincobain2000 commented 4 months ago

Actually I had been working on a plugin for Chrome, which is similar to codecov's plugin to highlight the covered lines on Github itself. That SVG is also kinda neat idea.

juev commented 4 months ago

I think integration with coveritup is a great idea!

kevincobain2000 commented 4 months ago

Thanks I ll do something this weekend about it then. Normal upload is straight forward however for value added: I'll look into how to create an SVG for the diff of coverage.

kevincobain2000 commented 4 months ago

It will be a long development and my plan is as below:

kevincobain2000 commented 2 months ago

Too time consuming with very little return on my OSS.