Skip to content

Commit 5ff5dfa

Browse files
Update coverage requirement from 7.2.1 to 7.2.2 (#83)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.2.2 — 2023-03-16</h2> <ul> <li> <p>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 <code>Manuel Jacob &lt;pull 1560_&gt;</code>_.</p> </li> <li> <p>Fix: the <code>coverage lcov</code> command could create a .lcov file with incorrect LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to <code>Ian Moore &lt;pull 1583_&gt;</code>_.</p> </li> <li> <p>Fix: the <code>coverage xml</code> command on Windows could create a .xml file with duplicate <code>&lt;package&gt;</code> elements. This is now fixed, thanks to <code>Benjamin Parzella &lt;pull 1574_&gt;</code><em>, closing <code>issue 1573</code></em>.</p> </li> </ul> <p>.. _pull 1560: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1560">nedbat/coveragepy#1560</a> .. _issue 1573: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1573">nedbat/coveragepy#1573</a> .. _pull 1574: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1574">nedbat/coveragepy#1574</a> .. _pull 1583: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1583">nedbat/coveragepy#1583</a></p> <p>.. _changes_7-2-1:</p> <h2>Version 7.2.1 — 2023-02-26</h2> <ul> <li> <p>Fix: the PyPI page had broken links to documentation pages, but no longer does, closing <code>issue 1566</code>_.</p> </li> <li> <p>Fix: public members of the coverage module are now properly indicated so that mypy will find them, fixing <code>issue 1564</code>_.</p> </li> </ul> <p>.. _issue 1564: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1564">nedbat/coveragepy#1564</a> .. _issue 1566: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1566">nedbat/coveragepy#1566</a></p> <p>.. _changes_7-2-0:</p> <h2>Version 7.2.0 — 2023-02-22</h2> <ul> <li> <p>Added a new setting <code>[report] exclude_also</code> to let you add more exclusions without overwriting the defaults. Thanks, <code>Alpha Chen &lt;pull 1557_&gt;</code><em>, closing <code>issue 1391</code></em>.</p> </li> <li> <p>Added a :meth:<code>.CoverageData.purge_files</code> method to remove recorded data for a particular file. Contributed by <code>Stephan Deibel &lt;pull 1547_&gt;</code>_.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/3971cc85ee77fc07d7a79912c4c10c93c3e94e1d"><code>3971cc8</code></a> docs: sample html for 7.2.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/4192f8b6a431f98c26c9e9f70aacdc06c646ef8f"><code>4192f8b</code></a> docs: prep for 7.2.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/021a99f3f50eca77abb85e2f25f26af65ad06128"><code>021a99f</code></a> fix: Remove missing type parameter (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1570">#1570</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/4574ecf128ae51c2b950f6c9cb2486b86f5354e7"><code>4574ecf</code></a> fix: don't measure all third-party packages if source is in third-party location</li> <li><a href="https://github.com/nedbat/coveragepy/commit/dd7959dbf4eede4d2f2254f607113e45071cc8d3"><code>dd7959d</code></a> docs: wrap long lines</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f95ce970a7870e636105cf6f9193701760d3135f"><code>f95ce97</code></a> docs: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1573">#1573</a> is fixed, thanks Benjamin Parzella</li> <li><a href="https://github.com/nedbat/coveragepy/commit/45d76fa644b9f2e082de1721a55f91eacdcdc520"><code>45d76fa</code></a> fix: generate xml report packages correctly on windows (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1574">#1574</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e47f35462dc7e8b28d2fa94de65a1bf34608d4c8"><code>e47f354</code></a> build: will this work on fork pr's?</li> <li><a href="https://github.com/nedbat/coveragepy/commit/dc83ac55bd58a0531b71b851ac0a7d217bfc1f83"><code>dc83ac5</code></a> build: run dependency check on pushes, for more action uniformity</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9e94ddb8d30b0f052532edf942bbde803eb2c347"><code>9e94ddb</code></a> build: use .in from .in</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.2.1...7.2.2">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <[email protected]>
1 parent ecffafa commit 5ff5dfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
black = "*"
8-
coverage = "7.2.1"
8+
coverage = "7.2.2"
99
flake8-docstrings = "*"
1010
flake8-black = "*"
1111
flake8-copyright = "*"

news/20230317082258.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: coverage-7.2.2

0 commit comments

Comments
 (0)