diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-04 15:54:16 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-06 06:58:00 -0800 |
| commit | 94b44822d50274859c05f4cfb15480c7d262e308 (patch) | |
| tree | 3cd2dc5ebcfb1d75c52d57935acc8b650fb72c74 /meta-python/recipes-devtools/python/python3-gcovr_8.2.bb | |
| parent | 08e22ae5fd0a344a104d51a6a7699ef38d9f8c9f (diff) | |
| download | meta-openembedded-94b44822d50274859c05f4cfb15480c7d262e308.tar.gz | |
python3-gcovr: Upgrade 8.2 -> 8.3
Upgrade to release 8.3:
- Replace setup.py with hatchling. To install from source at least
version 21.3 of pip is needed.
- Drop support for Python 3.8.
- Add condition coverage to text summary report.
- Add --include to search files in search paths which should be
added to report.
- Add option to generate LCOV format produced by version 1.x of
LCOV tool.
- Extend logging for data merge errors with info about the data
sources.
- Add condition coverage merge mode option --merge-mode-conditions
- Add --gcov-suspicious-hits-threshold to configure the value for
detecting suspicious hits in GCOV files.
- Renamed JSON element destination_blockno to destination_block_id.
- Add --html-block-ids to show the block ids of the lines and
branches in HTML report.
- Fixed an error handling bug throwing a TypeError exception on a
gcov merge assertion failure instead of reporting the error and
(if requested by the user) continuing execution
- Check format version of external generated gcov JSON files.
- Fix crash on Windows when trying to fix the case of the files.
- Fix LCOV report. Excluded lines where added with a count of 0.
- Fix line exclusion not clearing all child coverage data.
- Fix summary stats in JaCoCo report.
- Fix path issue when reading/writing Coveralls report.
- Fix issue with negative counters in GCOV JSON export.
License-Update: Update year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gcovr_8.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_8.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb deleted file mode 100644 index bbafa36acf..0000000000 --- a/meta-python/recipes-devtools/python/python3-gcovr_8.2.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "generate GCC code coverage reports" | ||
| 2 | HOMEPAGE = "https://gcovr.com" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b307623752f2e1189349885b95b326e5" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" | ||
| 8 | SRCREV = "045fb8d51806bd7f9e3df4e4edffa3bb816cf77f" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-colorlog \ | ||
| 16 | python3-jinja2 \ | ||
| 17 | python3-lxml \ | ||
| 18 | python3-multiprocessing \ | ||
| 19 | python3-pygments \ | ||
| 20 | python3-setuptools \ | ||
| 21 | " | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
