lcov 2.1~beta2-1 source package in Ubuntu

Changelog

lcov (2.1~beta2-1) unstable; urgency=medium

  * New upstream release
  * Depend on python:Depends

 -- Alastair McKinstry <email address hidden>  Mon, 08 Apr 2024 16:22:38 +0100

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.1~beta2-1.dsc 1.9 KiB b46be53a9c6c396fe3e2f8b6030ac66d96881662812179cd088fd2affd0a413a
lcov_2.1~beta2.orig.tar.xz 313.8 KiB 071a740d850341b1301466f25bbc3c42f55a9a155303449353fd5e46d58d9213
lcov_2.1~beta2-1.debian.tar.xz 19.1 KiB 3511044a7dfd2014f6963d3e617cc82d89ab74849913e97c8cfb1fa47c3ade58

No changes file available.

Binary packages built by this source

lcov: Summarise Code coverage information from GCOV

 LCOV is an extension of GCOV, a GNU tool which provides information about
 what parts of a program are actually executed (i.e. "covered") while running
 a particular test case. The extension consists of a set of Perl scripts
 which build on the textual GCOV output to implement the following enhanced
 functionality:
 .
  - HTML based output: coverage rates are additionally indicated using bar
    graphs and specific colors.
  - Support for large projects: overview pages allow quick browsing of
    coverage data by providing three levels of detail: directory view,
    file view and source code view.