Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
/ bincover Public archive

Easily measure code coverage of Golang binaries

License

Notifications You must be signed in to change notification settings

confluentinc/bincover

Repository files navigation

bincover

Go Reference

This project has been deprecated in favor of the built-in Go coverage profiling tool for integration tests (go1.20 and above): https://go.dev/testing/coverage/