GOLANG_LIB Telegram 419
📊 Визуализация покрытия кода в Go с помощью treemap

Если вы пишете на Go и хотите улучшить качество вашего кода, обратите внимание на инструмент go-cover-treemap. Это CLI-утилита, которая преобразует отчёты покрытия кода (coverage) в наглядные treemap-диаграммы. Она помогает визуально оценить, какие части вашего проекта хорошо тестируются, а где ещё есть пробелы.

Особенности:
- Генерация HTML-страниц с treemap для лучшей читаемости.
- Поддержка всех версий Go с встроенными инструментами покрытия.
- Простой в использовании и лёгкий в настройке.


$ go install github.com/nikolaydubina/go-cover-treemap@latest
$ go test -coverprofile cover.out ./...
$ go-cover-treemap -coverprofile cover.out > out.svg


https://github.com/nikolaydubina/go-cover-treemap

👉 @golang_lib



tgoop.com/golang_lib/419
Create:
Last Update:

📊 Визуализация покрытия кода в Go с помощью treemap

Если вы пишете на Go и хотите улучшить качество вашего кода, обратите внимание на инструмент go-cover-treemap. Это CLI-утилита, которая преобразует отчёты покрытия кода (coverage) в наглядные treemap-диаграммы. Она помогает визуально оценить, какие части вашего проекта хорошо тестируются, а где ещё есть пробелы.

Особенности:
- Генерация HTML-страниц с treemap для лучшей читаемости.
- Поддержка всех версий Go с встроенными инструментами покрытия.
- Простой в использовании и лёгкий в настройке.


$ go install github.com/nikolaydubina/go-cover-treemap@latest
$ go test -coverprofile cover.out ./...
$ go-cover-treemap -coverprofile cover.out > out.svg


https://github.com/nikolaydubina/go-cover-treemap

👉 @golang_lib

BY Библиотека Go (Golang) разработчика




Share with your friend now:
tgoop.com/golang_lib/419

View MORE
Open in Telegram


Telegram News

Date: |

Public channels are public to the internet, regardless of whether or not they are subscribed. A public channel is displayed in search results and has a short address (link). The Channel name and bio must be no more than 255 characters long The visual aspect of channels is very critical. In fact, design is the first thing that a potential subscriber pays attention to, even though unconsciously. During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. Step-by-step tutorial on desktop:
from us


Telegram Библиотека Go (Golang) разработчика
FROM American