lcov 2.0-1ubuntu0.1 source package in Ubuntu

Changelog

lcov (2.0-1ubuntu0.1) mantic; urgency=medium

  * Ship lcovutil.pm in /usr/share/perl5. (LP: #2029924)
  * Disable multiple threads while building. Tests are failing
    with multiple threads. (LP: #2051166)
  * Add runtime dependency on libcapture-tiny-perl and libdatetime-perl.

 -- Sudip Mukherjee <email address hidden>  Tue, 23 Jan 2024 21:26:07 +0000

Upload details

Uploaded by:
Sudip Mukherjee
Sponsored by:
Julian Andres Klode
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.0.orig.tar.xz 240.9 KiB 3cc07b91ca9662b0b91970c2e58865002f2b76f8913930e7c5d273f61621a120
lcov_2.0-1ubuntu0.1.debian.tar.xz 23.2 KiB fb426d982f6abc5dcd527df391d46aa02973eefc7e79af5dce8dac9517d9acd2
lcov_2.0-1ubuntu0.1.dsc 2.0 KiB b1e4354136092048f1013edf22793a7bbc8992e370dfe513e08d4510f5d7e1e5

Available diffs

View changes file

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.