summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.2.1 -> 7.2.2Wang Mingyu2023-03-221-0/+21
Changelog: =========== - Fix: if a virtualenv was created inside a source directory, and a sourced package was installed inside the virtualenv, then all of the third-party packages inside the virtualenv would be measured. This was incorrect, but has now been fixed: only the specified packages will be measured. - Fix: the coverage lcov command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals. - Fix: the coverage xml command on Windows could create a .xml file with duplicate <package> elements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>