Skip to content

Commit

Permalink
Bump coverage from 7.5.2 to 7.5.4 (#8467)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.2 to
7.5.4.
<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.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 &quot;Can't combine arc data
with line
data&quot; or its reverse, &quot;Can't combine line data with arc
data.&quot; These
messages used internal terminology, making it hard for people to
understand
the problem. They are now changed to mention &quot;branch coverage
data&quot; and
&quot;statement coverage data.&quot;</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>
<p>.. _changes_7-5-3:</p>
<h2>Version 7.5.3 — 2024-05-28</h2>
<ul>
<li>
<p>Performance improvements for combining data files, especially when
measuring
line coverage. A few different quadratic behaviors were eliminated. In
one
extreme case of combining 700+ data files, the time dropped from more
than
three hours to seven minutes. Thanks for Kraken Tech for funding the
fix.</p>
</li>
<li>
<p>Performance improvements for generating HTML reports, with a side
benefit of
reducing memory use, closing <code>issue 1791</code>_. Thanks to Daniel
Diniz for
helping to diagnose the problem.</p>
</li>
</ul>
<p>.. _issue 1791: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1791">nedbat/coveragepy#1791</a></p>
<p>.. _changes_7-5-2:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/22c09c67ff321835a79e00fa234086b216e3d8d0"><code>22c09c6</code></a>
docs: sample HTML for 7.5.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9e16381103085fd10bedb290f93a5ae64cbbc586"><code>9e16381</code></a>
docs: prep for 7.5.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/fba9b9e39264661b6c145ffebcff36a1a96c1598"><code>fba9b9e</code></a>
docs: link issue 1799 from the changelog</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f124de87bfbd8575a06c6a9eeb332f3375ad2441"><code>f124de8</code></a>
build: no longer download kits to upload them</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9516cf6ba29089895dc2cf32e12170605aec55ef"><code>9516cf6</code></a>
build: hash-pin all actions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c6e0985d1a37f9e0d587ed35bdfa66a3f14aeb17"><code>c6e0985</code></a>
build: finish up the publish action</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/4a49458c61dbadb359cbb6d7a99bb87af1b7ddaf"><code>4a49458</code></a>
build: get the latest dist run id for publishing</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/fb15efad3ea08c32391a7265bb60b7f3110c3cc1"><code>fb15efa</code></a>
build: pin hashes for publishing actions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c20af957ee1d6af7a17b6c062a2771354164bf3f"><code>c20af95</code></a>
build: use the correct item: github.event.action</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ccbab1529dd22de80e2c7ef4327c3288e265e2de"><code>ccbab15</code></a>
build: dump all the github actions data</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.2...7.5.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.5.2&new-version=7.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent fc32f69 commit 8026086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.6
# via
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 8026086

Please sign in to comment.