chore(deps): update dependency coverage to v7.2.2 #1039
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.1.0
->==7.2.2
Release Notes
nedbat/coveragepy
v7.2.2
Compare Source
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 incorrectLF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
Ian Moore <pull 1583_>
_.Fix: the
coverage xml
command on Windows could create a .xml file withduplicate
<package>
elements. This is now fixed, thanks toBenjamin Parzella <pull 1574_>
, closingissue 1573
... _pull 1560:https://github.com/nedbat/coveragepy/pull/15600
.. _issue 1573https://github.com/nedbat/coveragepy/issues/157373
.. _pull 157https://github.com/nedbat/coveragepy/pull/1574574
.. _pull 15https://github.com/nedbat/coveragepy/pull/15831583
.. _changes_7-2-1:
v7.2.1
Compare Source
Fix: the PyPI page had broken links to documentation pages, but no longer
does, closing
issue 1566
_.Fix: public members of the coverage module are now properly indicated so that
mypy will find them, fixing
issue 1564
_... _issue 1564:https://github.com/nedbat/coveragepy/issues/15644
.. _issue 1566https://github.com/nedbat/coveragepy/issues/156666
.. _changes_7-2-0:
v7.2.0
Compare Source
Added a new setting
[report] exclude_also
to let you add more exclusionswithout overwriting the defaults. Thanks,
Alpha Chen <pull 1557_>
,closing
issue 1391
.Added a :meth:
.CoverageData.purge_files
method to remove recorded data fora 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
andconfig_file
arguments tothe 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_>
, closingissue 1542
.Added a
py.typed
file to announce our type-hintedness. Thanks,KotlinIsland <pull 1550_>
_... _issue 1391:https://github.com/nedbat/coveragepy/issues/13911
.. _issue 1542https://github.com/nedbat/coveragepy/issues/154242
.. _pull 154https://github.com/nedbat/coveragepy/pull/1543543
.. _pull 15https://github.com/nedbat/coveragepy/pull/15471547
.. _pull 1https://github.com/nedbat/coveragepy/pull/1550/1550
.. _issue https://github.com/nedbat/coveragepy/issues/1552s/1552
.. _pullhttps://github.com/nedbat/coveragepy/pull/1557ll/1557
.. _changes_7-1-0:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "after 1 am and before 7 am" in timezone Etc/UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.