| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-coverage: upgrade 7.2.2 -> 7.2.3 | Wang Mingyu | 2023-04-10 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | Changelog: ========== - Fix: the :ref:`config_run_sigterm` setting was meant to capture data if a process was terminated with a SIGTERM signal, but it didn't always. - Performance: HTML reports with context information are now much more compact. File sizes are typically as small as one-third the previous size, but can be dramatically smaller. - Development dependencies no longer use hashed pins, closing issue 1592. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-coverage: upgrade 7.2.1 -> 7.2.2 | Wang Mingyu | 2023-03-22 | 1 | -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> | |||||
