File: README.md

package info (click to toggle)
golang-github-confluentinc-bincover 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 42; sh: 33
file content (9 lines) | stat: -rw-r--r-- 722 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# bincover

[![Build Status](https://dev.azure.com/confluentinc/bincover/_apis/build/status/confluentinc.bincover?branchName=master)](https://dev.azure.com/confluentinc/bincover/_build/latest?definitionId=2&branchName=master)
[![codecov](https://codecov.io/gh/confluentinc/bincover/branch/master/graph/badge.svg?token=r79qa1cDeJ)](https://codecov.io/gh/confluentinc/bincover)
[![GoDoc](https://godoc.org/github.com/confluentinc/bincover?status.svg)](https://godoc.org/github.com/confluentinc/bincover)

Easily measure code coverage of Golang binaries

Check out [this](https://www.confluent.io/blog/measure-go-code-coverage-with-bincover/) blog post to see an example of Bincover is used, and how it works under the hood.