summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.2.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.2.5 -> 7.2.6Wang Mingyu2023-05-251-21/+0
| | | | | | | | | | | | | | | | | Changelog: ========== - Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.3 -> 7.2.5Wang Mingyu2023-05-081-0/+21
Changelog: ========== - Fix: html_report() could fail with an AttributeError on isatty if run in an unusual environment where sys.stdout had been replaced. - Fix: with relative_files = true, specifying a specific file to include or omit wouldn't work correctly (issue 1604). - Fix: the XML report would have an incorrect <source> element when using relative files and the source option ended with a slash (issue 1541). - When the HTML report location is printed to the terminal, it's now a terminal-compatible URL, so that you can click the location to open the HTML file in your browser. - Docs: a new :ref:'Migrating page <migrating>' with details about how to migrate between major versions of coverage.py. It currently covers the wildcard changes in 7.x. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>