py-d2
py-d2 copied to clipboard
chore(deps-dev): bump coverage from 6.5.0 to 7.2.2
Bumps coverage from 6.5.0 to 7.2.2.
Changelog
Sourced from coverage's changelog.
Version 7.2.2 — 2023-03-16
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 lcovcommand 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 xmlcommand on Windows could create a .xml file with duplicate<package>elements. This is now fixed, thanks toBenjamin Parzella <pull 1574_>, closingissue 1573... _pull 1560: nedbat/coveragepy#1560 .. _issue 1573: nedbat/coveragepy#1573 .. _pull 1574: nedbat/coveragepy#1574 .. _pull 1583: nedbat/coveragepy#1583
.. _changes_7-2-1:
Version 7.2.1 — 2023-02-26
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: nedbat/coveragepy#1564 .. _issue 1566: nedbat/coveragepy#1566
.. _changes_7-2-0:
Version 7.2.0 — 2023-02-22
Added a new setting
[report] exclude_alsoto let you add more exclusions without overwriting the defaults. Thanks,Alpha Chen <pull 1557_>, closingissue 1391.Added a :meth:
.CoverageData.purge_filesmethod to remove recorded data for a particular file. Contributed byStephan Deibel <pull 1547_>_.
... (truncated)
Commits
3971cc8docs: sample html for 7.2.24192f8bdocs: prep for 7.2.2021a99ffix: Remove missing type parameter (#1570)4574ecffix: don't measure all third-party packages if source is in third-party locationdd7959ddocs: wrap long linesf95ce97docs: #1573 is fixed, thanks Benjamin Parzella45d76fafix: generate xml report packages correctly on windows (#1574)e47f354build: will this work on fork pr's?dc83ac5build: run dependency check on pushes, for more action uniformity9e94ddbbuild: use .in from .in- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)