summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* coverage: Upgrade 7.6.0 -> 7.6.1Leon Anavi2024-08-091-0/+22
Upgrade to release 7.6.1: - Fix: coverage used to fail when measuring code using runpy.run_path <python:runpy.run_path> with a Path <python:pathlib.Path> argument. This is now fixed. - Fix: backslashes preceding a multi-line backslashed string could confuse the HTML report. This is now fixed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>