summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gcovr_8.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gcovr: upgrade 8.5 -> 8.6Wang Mingyu2026-03-021-0/+31
Changelog: ============ - Drop support for Python 3.9.Add support for Python 3.14. - To avoid merge errors, add the line number to the name of the unknown function. - If intermediate files are kept, rename the gcov files before processing them to log the final filename. - Use the first line after a function definition and not the first line which is hit. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>