- Update to version 2.4:
* enhanced criteria.pm module, to check function, branch, and MC/DC metrics
* enhance llvm2lcov to support llvm/21 and higher
* various bug fixes
- Update to version 2.3.2:
* Improved llvm2lcov - more complete and more correct output
* add lcovrc support for config_file = ... attribute
* various bug fixes
* improved test portability (for very old gcc versions)
- Update to version 2.3:
* support for Modified Condition / Decision Coverage (MC/DC) metrics
see the man pages for details
* remove deprecated lcov --diff ... feature
* various bug fixes and testcase portability fixes
- Update to version 2.2:
* Support for integrating coverage data/coverage changes during code review
* Additional --filter options and better counting of number of times filter
was applied
* Improved callback performance
* Additional error checking, especially as related to coverage data
consistency
* Options to enable more compact HTML reports.
* Automated retry if child process dies on out-of-memory during parallel
execution
* Bug fixes
- Update to version 2.1:
* Support for other languages/data import from other tools - Perl and Python,
in particular, as well as XML import - e.g., from cobertura
* See perl2lcov --help, py2lcov --help, and xml2lcov --help - as well as the
associated tests.
OBS-URL: https://build.opensuse.org/request/show/1330198
OBS-URL: https://build.opensuse.org/package/show/devel:tools/lcov?expand=0&rev=50
15 lines
508 B
Plaintext
15 lines
508 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/linux-test-project/lcov.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">lcov</param>
|
|
<param name="versionformat">2.4</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|