Changes in version 2.1 include:
-
Support for other languages/data import from other tools - Perl and Python, in particular, as well as XML import - e.g., from cobertura.
Seeperl2lcov --help
,py2lcov --help
, andxml2lcov --help
- as well as the associated tests. -
Improved callback support. See the discussion in the genhtml man page.
-
Improved error checking
-
lcov regression test suite added to the release - see
$LCOV_HOME/share/lcov/tests/README.md
for directions on how to execute them in your environment. -
Use lcov to generate coverage reports for lcov - see the directions, above for how to run the lcov regressions and generate a coverage report.
-
Performance improvements compared to lcov/2.0 - especially when dealing with very large numbers of files.
-
Bug fixes.
Please report any issues you discover so that they can be fixed.