chore(deps): update dependency coverage to v7.2.3 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
coverage |
7.2.1 -> 7.2.3
|
Release Notes
nedbat/coveragepy
v7.2.3
-
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. This was fixed thanks toLewis Gaul <pull 1600_>
*, closingissue 1599
*. -
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. This closes
issue 1584
_ thanks toOleh Krehel <pull 1587_>
_. -
Development dependencies no longer use hashed pins, closing
issue 1592
_.
.. _issue 1584: https://github.com/nedbat/coveragepy/issues/1584 .. _pull 1587: https://github.com/nedbat/coveragepy/pull/1587 .. _issue 1592: https://github.com/nedbat/coveragepy/issues/1592 .. _issue 1599: https://github.com/nedbat/coveragepy/issues/1599 .. _pull 1600: https://github.com/nedbat/coveragepy/pull/1600
.. _changes_7-2-2:
v7.2.2
-
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, thanks to
Manuel Jacob <pull 1560_>
_. -
Fix: the
coverage lcov
command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals. This is now fixed, thanks toIan Moore <pull 1583_>
_. -
Fix: the
coverage xml
command on Windows could create a .xml file with duplicate<package>
elements. This is now fixed, thanks toBenjamin Parzella <pull 1574_>
*, closingissue 1573
*.
.. _pull 1560: https://github.com/nedbat/coveragepy/pull/1560 .. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573 .. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574 .. _pull 1583: https://github.com/nedbat/coveragepy/pull/1583
.. _changes_7-2-1:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.