lcov 1.15-1 source package in Ubuntu
Changelog
lcov (1.15-1) unstable; urgency=medium * New upstream release. Closes: #998808 * Standards-Version: 4.6.0 * Use debhelper-compat 13 * Add debian/gpb.conf file with DEP-14 branches * Archive moved to github; update d/watch file * Point Vcs-Git to debian/latest branch -- Alastair McKinstry <email address hidden> Mon, 08 Nov 2021 12:18:27 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lcov_1.15-1.dsc | 1.8 KiB | 87ad6ce244db5be33d516a7744ccfa9b65d44d480aedb780a117592a433d261c |
lcov_1.15.orig.tar.xz | 108.7 KiB | 56233cb38729363a4ae0bad8286765e79a9704f8ea29ee83f9c73bcc07ad6488 |
lcov_1.15-1.debian.tar.xz | 22.0 KiB | caacc963f87fba59d04496dc06221fdbd97456eb2664ca0f33695b2edba8a526 |
Available diffs
- diff from 1.14-2 to 1.15-1 (87.7 KiB)
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.