golang-github-confluentinc-bincover 0.2.0-3 source package in Ubuntu

Changelog

golang-github-confluentinc-bincover (0.2.0-3) unstable; urgency=medium

  * Source-only upload for testing eligibility.

 -- Cyril Brulebois <email address hidden>  Mon, 17 Oct 2022 15:48:03 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-confluentinc-bincover_0.2.0-3.dsc 2.4 KiB b731b74717a5f5dd4ab724eea7dff22f6ba119b78d04977db53f44a9b80dc982
golang-github-confluentinc-bincover_0.2.0.orig.tar.gz 12.3 KiB 62beca45527d7dd711f891ba274e3c714d7439052509570f6ab4573ba3520be9
golang-github-confluentinc-bincover_0.2.0-3.debian.tar.xz 2.5 KiB bb8f1d308aa5d0e7af148e14dd1935b8743a64a5552acda60e1b9bea0e95b686

No changes file available.

Binary packages built by this source

golang-github-confluentinc-bincover-dev: easily measure code coverage of Golang binaries (library)

 Bincover is a ready-to-use, generic solution to test Go binaries,
 which is robust enough to handle panics and OS exits. It provides a
 simple and flexible API that generates an “instrumented binary” that
 can measure its own coverage, runs it with user-specified command
 line arguments and environment variables, and merges coverage
 profiles generated from multiple test runs.