-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 5ff5dfa
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 <pull 1560_></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 <pull 1583_></code>_.</p>
</li>
<li>
<p>Fix: the <code>coverage xml</code> command on Windows could create a
.xml file with
duplicate <code><package></code> elements. This is now fixed,
thanks to <code>Benjamin Parzella <pull 1574_></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 <pull
1557_></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 <pull
1547_></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 5ff5dfaCopy full SHA for 5ff5dfa
2 files changed
+2
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
news/20230317082258.bugfix
Copy file name to clipboard+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments