lcov 2.0-4ubuntu1 source package in Ubuntu

Changelog

lcov (2.0-4ubuntu1) noble; urgency=medium

  * Re-enable tests by disabling multiple threads while building. Tests are
  * failing with multiple threads. (LP: #2052836)

 -- Sudip Mukherjee <email address hidden>  Fri, 09 Feb 2024 20:28:32 +0000

Upload details

Uploaded by:
Sudip Mukherjee
Sponsored by:
Robie Basak
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.0.orig.tar.xz 240.9 KiB 3cc07b91ca9662b0b91970c2e58865002f2b76f8913930e7c5d273f61621a120
lcov_2.0-4ubuntu1.debian.tar.xz 19.1 KiB 4b05d693f8d668fe1115e526c488059645a1a42423b986dd087a2ab9694e1c10
lcov_2.0-4ubuntu1.dsc 2.0 KiB 65b37189988adb5dc97657aa6c2b04375a7351b83d2042344df59760f04a8882

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.