summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-coverage_5.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-coverage: Upgrade 5.2.1 -> 5.3Leon Anavi2020-09-151-10/+0
| | | | | | | | | | | | | | | | | Upgrade to release 5.3: - The source setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new source_pkgs setting can be used to name a package to disambiguate this case. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception. This is now fixed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 5.2 -> 5.2.1Leon Anavi2020-08-131-0/+10
Upgrade to release 5.2.1: - Fix: the dark mode HTML report still used light colors for the context listing, making them unreadable. - The time stamp on the HTML report now includes the time zone. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>