rillig / gobco
Measure branch coverage of golang tests
☆74Updated 4 months ago
Alternatives and similar repositories for gobco:
Users that are interested in gobco are comparing it to the libraries listed below
- Merge coverprofile results from multiple go cover runs☆216Updated 3 years ago
- ☆147Updated 4 months ago
- golang : go tool cover to XML (Cobertura) export tool.☆144Updated last year
- Accurate Code Coverage reporting for Golang (Go)☆220Updated last month
- golang : go tool cover to XML (Cobertura) export tool.☆125Updated 4 months ago
- Captures go test output and parses it into a single self-contained HTML file.☆170Updated last year
- Make pretty HTML output from gocov, a coverage testing tool for Go☆222Updated 2 months ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Package bytesize provides functionality for measuring and displaying byte sizes.☆45Updated 2 years ago
- Like sync.Mutex, but works across processes☆77Updated last year
- Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)☆384Updated 2 months ago
- Check that no globals are present in Go code.☆110Updated 2 weeks ago
- Measuring branch coverage of golang test☆27Updated 5 years ago
- Callgraph analysis and visualization for Go☆162Updated 2 years ago
- Mutation testing for Go source code☆653Updated 7 months ago
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆268Updated 2 weeks ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆397Updated 3 years ago
- ☆423Updated 2 months ago
- A Go tool to auto generate methods for your enums☆482Updated 6 months ago
- Generate flags by parsing structures