Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump coverage from 7.4.4 to 7.5.0 (aio-libs#8378)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.5.0. <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.0 — 2024-04-23</h2> <ul> <li> <p>Added initial support for function and class reporting in the HTML report. There are now three index pages which link to each other: files, functions, and classes. Other reports don't yet have this information, but it will be added in the future where it makes sense. Feedback gladly accepted! Finishes <code>issue 780</code>_.</p> </li> <li> <p>Other HTML report improvements:</p> <ul> <li> <p>There is now a "hide covered" checkbox to filter out 100% files, finishing <code>issue 1384</code>_.</p> </li> <li> <p>The index page is always sorted by one of its columns, with clearer indications of the sorting.</p> </li> <li> <p>The "previous file" shortcut key didn't work on the index page, but now it does, fixing <code>issue 1765</code>_.</p> </li> </ul> </li> <li> <p>The debug output showing which configuration files were tried now shows absolute paths to help diagnose problems where settings aren't taking effect, and is renamed from "attempted_config_files" to the more logical "config_files_attempted."</p> </li> <li> <p>Python 3.13.0a6 is supported.</p> </li> </ul> <p>.. _issue 780: <a href="https://redirect.github.com/nedbat/coveragepy/issues/780">nedbat/coveragepy#780</a> .. _issue 1384: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1384">nedbat/coveragepy#1384</a> .. _issue 1765: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1765">nedbat/coveragepy#1765</a></p> <p>.. _changes_7-4-4:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/5f4e0348da6b51bcc6171685081062f9565ec1cc"><code>5f4e034</code></a> docs: sample HTML for 7.5.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ed97cfb375dc9a7ecb6b2f9c5e513f29b9286646"><code>ed97cfb</code></a> docs: prep for 7.5.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/41e01d3ef0f98ec256173fd1864488cc72ab6f73"><code>41e01d3</code></a> build: use macos 13 for 3.8 and 3.9 while GitHub rolls out macos 14</li> <li><a href="https://github.com/nedbat/coveragepy/commit/583f0c0deb0c0f232019521ad574ce24a61d66dc"><code>583f0c0</code></a> test: add a test for skipping covered functions</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b115ed34fcf65bdf444e4d79fc15a9a987aad24d"><code>b115ed3</code></a> refactor: keep Analysis private</li> <li><a href="https://github.com/nedbat/coveragepy/commit/40a052e2fa31496e52347d880657a552ce2d642c"><code>40a052e</code></a> docs: document CodeRegion and its plugin methods</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2ff9933ee74a8d8048968fef9cdec68ba372b4dc"><code>2ff9933</code></a> docs: remove comment that now explains nothing.</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a6ba1c8ea6f780d8d351a237d47aff9d396ccb48"><code>a6ba1c8</code></a> fix: html report pages fully validate</li> <li><a href="https://github.com/nedbat/coveragepy/commit/74c87a821b8db7f0dc131e42756d58f3a7abc784"><code>74c87a8</code></a> fix: previous page shortcut works in index page. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1765">#1765</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/e016967ca656414f8372f3de6cab648a2b0778ae"><code>e016967</code></a> feat: main index page links to other index pages</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.0">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.4&new-version=7.5.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information