lcov 1.16-1 source package in Ubuntu
Changelog
lcov (1.16-1) unstable; urgency=medium * New upstream release - rebase patches * Standards-Version: 4.6.1 -- Alastair McKinstry <email address hidden> Mon, 06 Jun 2022 09:19:45 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | devel | |
Kinetic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lcov_1.16-1.dsc | 1.8 KiB | 295e618dee947b7cf7e9728db25d9b1ad404bb79b8c493ef50f8e1dfd055379c |
lcov_1.16.orig.tar.xz | 111.6 KiB | 8e6e55d841a15997d84daabd056fc64e5b883db67dade3b93f08db2d1265af8d |
lcov_1.16-1.debian.tar.xz | 22.6 KiB | fe243c8f7a94df2a9742a30c9eba3ed0f59c8872c7dfa6098b5cad0abda57c7e |
Available diffs
- diff from 1.15-2 to 1.16-1 (14.1 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.