Skip to content

Commit

Permalink
Bump coverage from 7.4.3 to 7.4.4 (#8231)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to
7.4.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.4.4 — 2024-03-14</h2>
<ul>
<li>
<p>Fix: in some cases, even with <code>[run] relative_files=True</code>,
a data file
could be created with absolute path names. When combined with other
relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in <code>issue 1752</code>_. This is now fixed:
absolute file
names are always made relative when combining. Thanks to Bruno Rodrigues
dos
Santos for support.</p>
</li>
<li>
<p>Fix: the last case of a match/case statement had an incorrect message
if the
branch was missed.  It said the pattern never matched, when actually the
branch is missed if the last case always matched.</p>
</li>
<li>
<p>Fix: clicking a line number in the HTML report now positions more
accurately.</p>
</li>
<li>
<p>Fix: the <code>report:format</code> setting was defined as a boolean,
but should be a
string. Thanks, <code>Tanaydin Sirin &lt;pull 1754_&gt;</code>_. It is
also now documented
on the :ref:<code>configuration page
&lt;config_report_format&gt;</code>.</p>
</li>
</ul>
<p>.. _issue 1752: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1752">nedbat/coveragepy#1752</a>
.. _pull 1754: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1754">nedbat/coveragepy#1754</a></p>
<p>.. _changes_7-4-3:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/bc5e2d7453f9766a143243d9fa72b0acd75f517e"><code>bc5e2d7</code></a>
docs: sample HTML for 7.4.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9b0008b44d01b41d97841505e03e0a1462b45f13"><code>9b0008b</code></a>
docs: prep for 7.4.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a5361616e3e377e48738473bbfdcdcc2b8a4fbeb"><code>a536161</code></a>
docs: thanks, Bruno Rodrigues dos Santos</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/e06e4f9fbc90d4079a7559e8a2447f8722d062b8"><code>e06e4f9</code></a>
chore: make doc_upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f30818ec9295c3057b9ea47a756364dbe5ea3bf3"><code>f30818e</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1b19799edfbfc65dea254e8fcaa0dea23e9709f9"><code>1b19799</code></a>
fix: ensure absolute paths are relative when combined <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1752">#1752</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1ef020d7b68c4890d31228f01b4491ad4ab06244"><code>1ef020d</code></a>
build: more cheats for convenient URLs</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/3d57a072ec6073988b4c775a9cffd431ef63ab5f"><code>3d57a07</code></a>
docs: document the report:format setting</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/8e302218a4193ec717dd6cd11f82630b0e461067"><code>8e30221</code></a>
fix: correct the type of report:format in config.py (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1754">#1754</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6289be831a2d4fbbee69b4726a0ad6fd978a8b76"><code>6289be8</code></a>
refactor: use dataclasses, no namedtuple</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.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.4.3&new-version=7.4.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] committed Mar 28, 2024
1 parent 58c024e commit 0ae1a38
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 @@ -48,7 +48,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.4.3
coverage==7.4.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 @@ -48,7 +48,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.4.3
coverage==7.4.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.4.3
coverage==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 0ae1a38

Please sign in to comment.