summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.10.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.10.1 -> 7.10.4Wang Mingyu2025-08-201-0/+22
Changelog: =========== - Fix: some code with NOP bytecodes could report missing branches that are actually executed. - Fixes for patch = subprocess - Fix: really close all SQLite databases, even in-memory ones. - Added patch = fork for times when the built-in forking support is insufficient. - Fix: patch = execv also inherits the entire coverage configuration now. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>