summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_7.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: upgrade 7.1.0 -> 7.2.0Wang Mingyu2023-02-271-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Added a new setting "[report] exclude_also" to let you add more exclusions without overwriting the defaults. Thanks, 'Alpha Chen <pull 1557_>'_, closing 'issue 1391_'. - Added a :meth:'.CoverageData.purge_files' method to remove recorded data for a particular file. Contributed by 'Stephan Deibel <pull 1547_>'_. - Fix: when reporting commands fail, they will no longer congratulate themselves with messages like "Wrote XML report to file.xml" before spewing a traceback about their failure. - Fix: arguments in the public API that name file paths now accept pathlib.Path objects. This includes the "data_file" and "config_file" arguments to the Coverage constructor and the "basename" argument to CoverageData. Closes 'issue 1552'_. - Fix: In some embedded environments, an IndexError could occur on stop() when the originating thread exits before completion. This is now fixed, thanks to 'Russell Keith-Magee <pull 1543_>'_, closing 'issue 1542'_. - Added a "py.typed" file to announce our type-hintedness. Thanks, 'KotlinIsland <pull 1550_>'_. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.0.5 -> 7.1.0Wang Mingyu2023-02-081-0/+21
Changelog: ========== - Added: the debug output file can now be specified with [run] debug_file in the configuration file. Closes issue 1319. - Performance: fixed a slowdown with dynamic contexts that's been around since 6.4.3. - Typing: all product and test code has type annotations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>