-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit 77628be
authored
chore(deps-dev): update coverage requirement from 7.5.4 to 7.6.0 (#647)
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.6.0 — 2024-07-11</h2>
<ul>
<li>
<p>Exclusion patterns can now be multi-line, thanks to <code>Daniel
Diniz <pull 1807_></code><em>. This enables many interesting
exclusion use-cases, including those
requested in issues <code>118 <issue 118_></code></em> (entire
files), <code>996 <issue 996_></code>_ (multiple lines only when
appearing together), <code>1741 <issue 1741_></code>_ (remainder
of a function), and <code>1803 <issue 1803_></code>_
(arbitrary sequence of marked lines). See the
:ref:<code>multi_line_exclude</code>
section of the docs for more details and examples.</p>
</li>
<li>
<p>The JSON report now includes per-function and per-class coverage
information.
Thanks to <code>Daniel Diniz <pull 1809_></code>_ for getting the
work started. This
closes <code>issue 1793</code>_ and <code>issue 1532</code>_.</p>
</li>
<li>
<p>Fixed an incorrect calculation of "(no class)" lines in the
HTML classes
report.</p>
</li>
<li>
<p>Python 3.13.0b3 is supported.</p>
</li>
</ul>
<p>.. _issue 118: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/118">nedbat/coveragepy#118</a>
.. _issue 996: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/996">nedbat/coveragepy#996</a>
.. _issue 1532: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1532">nedbat/coveragepy#1532</a>
.. _issue 1741: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1741">nedbat/coveragepy#1741</a>
.. _issue 1793: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1793">nedbat/coveragepy#1793</a>
.. _issue 1803: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1803">nedbat/coveragepy#1803</a>
.. _pull 1807: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1807">nedbat/coveragepy#1807</a>
.. _pull 1809: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1809">nedbat/coveragepy#1809</a></p>
<p>.. _changes_7-5-4:</p>
<h2>Version 7.5.4 — 2024-06-22</h2>
<ul>
<li>
<p>If you attempt to combine statement coverage data with branch
coverage data,
coverage.py used to fail with the message "Can't combine arc data
with line
data" or its reverse, "Can't combine line data with arc
data." These
messages used internal terminology, making it hard for people to
understand
the problem. They are now changed to mention "branch coverage
data" and
"statement coverage data."</p>
</li>
<li>
<p>Fixed a minor branch coverage problem with wildcard match/case cases
using
names or guard clauses.</p>
</li>
<li>
<p>Started testing on 3.13 free-threading (nogil) builds of Python. I'm
not
claiming full support yet. Closes <code>issue 1799</code>_.</p>
</li>
</ul>
<p>.. _issue 1799: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1799">nedbat/coveragepy#1799</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/59a3cd7cecbf45378b9d1f4eda90826258233d62"><code>59a3cd7</code></a>
docs: sample HTML for 7.6.0</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7f27fa7810e494a75af08b54c4f97b94df7364f4"><code>7f27fa7</code></a>
docs: prep for 7.6.0</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6a268b059515e2768931ce6454dcd27304520d8a"><code>6a268b0</code></a>
docs: issues closed by the json region reporting</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/5bfe9e770304e0b0b346de2441c83300f9da0edf"><code>5bfe9e7</code></a>
chore: bump actions/setup-python from 5.1.0 to 5.1.1 (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1814">#1814</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ab609ef0fb235454050cf8383427ce5f1b0ec8e9"><code>ab609ef</code></a>
docs: mention json region reporting in the changes</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/92d96b91b78639cdb50cbba9f7848dd9e75382d7"><code>92d96b9</code></a>
fix: json report needs 'no class' and 'no function' also</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/e47e7e758bfc48537f0f21d40cef8e5fa2a076c6"><code>e47e7e7</code></a>
refactor: move duplicate code into methods</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/3d6be2b3284d30d1668afeeb383430ddc402ce4d"><code>3d6be2b</code></a>
fix: json format should bump for regions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a9992d2bff1f12db61c114e6d61d5f35873ae84a"><code>a9992d2</code></a>
test: add a test of json regions with branches</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/8b8976462b8b7be74716e83efaf05e22f477ef72"><code>8b89764</code></a>
test: json expectations should have explicit format number</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0">compare
view</a></li>
</ul>
</details>
<br />
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-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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 51ce89f commit 77628beCopy full SHA for 77628be
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments