wadey / gocovmergeLinks
Merge coverprofile results from multiple go cover runs
☆221Updated 3 years ago
Alternatives and similar repositories for gocovmerge
Users that are interested in gocovmerge are comparing it to the libraries listed below
Sorting:
- Debugging helper utilities for Go☆356Updated 3 years ago
- golang : go tool cover to XML (Cobertura) export tool.☆146Updated last year
- Detect ineffectual assignments in Go code.☆427Updated 2 weeks ago
- A sql driver that will wrap any other driver and log/trace all its calls☆175Updated last year
- ☆410Updated 2 weeks ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆402Updated 4 years ago
- Make pretty HTML output from gocov, a coverage testing tool for Go☆229Updated 8 months ago
- Accurate Code Coverage reporting for Golang (Go)☆220Updated 8 months ago
- Automated Semantic Import Versioning Upgrades☆420Updated 3 weeks ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆321Updated 3 months ago
- A comprehensive godoc guide.☆420Updated 5 months ago
- panicwrap is a Go library for catching and handling panics in Go applications.☆450Updated last year
- Format package documentation (godoc) as GitHub friendly Markdown☆530Updated 4 years ago
- A Go tool to auto generate methods for your enums☆485Updated last year
- A Thread-Safe RateCounter implementation in Golang☆262Updated last year
- Generate flags by parsing structures☆162Updated last month
- Courtney is a coverage tool for Go☆177Updated 6 months ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆535Updated 2 years ago
- Generate interfaces from structure methods.☆347Updated last week
- Partial port of Python difflib package to Go☆418Updated 2 years ago
- Go (golang) library for deep copying values in Go.☆350Updated 4 years ago
- Find in Go repeated strings that could be replaced by a constant