Path to this page:
Subject: CVS commit: pkgsrc/devel/py-gcovr
From: Adam Ciarcinski
Date: 2025-02-12 14:08:06
Message id: 20250212130806.E3F92FBE0@cvs.NetBSD.org
Log Message:
py-gcovr: updated to 8.3
8.3
Known bugs:
Breaking changes:
Replace setup.py with hatchling. To install from source at least version 21.3 of \
pip is needed.
Drop support for Python 3.8.
New features and notable changes:
Add condition coverage to text summary report.
Add --include to search files in search paths which should be added to report.
Add option to generate LCOV format produced by version 1.x of LCOV tool.
Extend logging for data merge errors with info about the data sources.
Add condition coverage merge mode option --merge-mode-conditions
Add --gcov-suspicious-hits-threshold to configure the value for detecting \
suspicious hits in GCOV files.
Renamed JSON element destination_blockno to destination_block_id.
Add --html-block-ids to show the block ids of the lines and branches in HTML report.
Bug fixes and small improvements:
Fixed an error handling bug throwing a TypeError exception on a gcov merge \
assertion failure
instead of reporting the error and (if requested by the user) continuing execution.
Check format version of external generated gcov JSON files.
Fix crash on Windows when trying to fix the case of the files.
Fix LCOV report. Excluded lines where added with a count of 0.
Fix line exclusion not clearing all child coverage data.
Fix summary stats in JaCoCo report.
Fix path issue when reading/writing Coveralls report.
Fix issue with negative counters in GCOV JSON export.
Documentation:
Update documentation for developing with Docker.
Internal changes:
Add MacOs 15 and clang-16 to the GitHub test workflow.
Fix sporadic timestamp mismatch in development build package.
Replace black and flake8 with ruff and move configuration of pytest to \
pyproject.toml.
Add pylint for testing code.
Align variable names across the files.
Rework exclusion handling to keep information about excluded coverage.
Add mypy (using strict configuration) for testing code.
Add a container class for the coverage data.
Replace setup.py with hatchling.
Move gcovr to src directory.
The main routine doesn't call sys.exit on it's own, we always return the exit code.
Files: