lcov 1.13-3 source package in Ubuntu

Changelog

lcov (1.13-3) unstable; urgency=medium

  * More changes to use dh for bit-reproducibility

 -- Alastair McKinstry <email address hidden>  Sat, 21 Oct 2017 18:59:32 +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
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_1.13-3.dsc 1.7 KiB b17a959a5a5e5d60fdc21da4dd847d30e64cc4ad61b8424d919488b9c871c56d
lcov_1.13.orig.tar.gz 153.0 KiB 44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23
lcov_1.13-3.debian.tar.xz 18.2 KiB 5abf3b69e039f7f8413ac953ce32c33ecbfc86aa592963c909071439431d0c36

Available diffs

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.