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 6.4.4 to 6.5.0 (#561)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.4 to 6.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 6.5.0 — 2022-09-29</h2> <ul> <li> <p>The JSON report now includes details of which branches were taken, and which are missing for each file. Thanks, Christoph Blessing (<code>pull 1438</code><em>). Closes <code>issue 1425</code></em>.</p> </li> <li> <p>Starting with coverage.py 6.2, <code>class</code> statements were marked as a branch. This wasn't right, and has been reverted, fixing <code>issue 1449</code>_. Note this will very slightly reduce your coverage total if you are measuring branch coverage.</p> </li> <li> <p>Packaging is now compliant with <code>PEP 517</code><em>, closing <code>issue 1395</code></em>.</p> </li> <li> <p>A new debug option <code>--debug=pathmap</code> shows details of the remapping of paths that happens during combine due to the <code>[paths]</code> setting.</p> </li> <li> <p>Fix an internal problem with caching of invalid Python parsing. Found by OSS-Fuzz, fixing their <code>bug 50381</code>_.</p> </li> </ul> <p>.. _bug 50381: <a href="https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381">https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381</a> .. _PEP 517: <a href="https://peps.python.org/pep-0517/">https://peps.python.org/pep-0517/</a> .. _issue 1395: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1395">nedbat/coveragepy#1395</a> .. _issue 1425: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1425">nedbat/coveragepy#1425</a> .. _pull 1438: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1438">nedbat/coveragepy#1438</a> .. _issue 1449: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1449">nedbat/coveragepy#1449</a></p> <p>.. _changes_6-4-4:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/0ac24533e7f167518b8653d423de5ff7d6229a42"><code>0ac2453</code></a> docs: sample html report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0954c85fdd02a7f6d86cddca5867c6e351d7f6f4"><code>0954c85</code></a> build: prep for 6.5.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/95195b13f631a13ccd89bb4531424749f53fe518"><code>95195b1</code></a> docs: changelog for json report branch details</li> <li><a href="https://github.com/nedbat/coveragepy/commit/789f1755333cad44115a90f4bc7d404848c3e876"><code>789f175</code></a> fix: keep negative arc values</li> <li><a href="https://github.com/nedbat/coveragepy/commit/aabc54031a673e2f789620a993a90197a36f0e95"><code>aabc540</code></a> feat: include branches taken and missed in JSON report. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1425">#1425</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/a59fc4485df1191a8efaeae92e780e9f0710484e"><code>a59fc44</code></a> docs: minor tweaks to db docs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d296083bbed850a5f13459a163633fc6fb9289ea"><code>d296083</code></a> docs: add a note to the class-branch change</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7f07df63a61010c87ab5a7231cacc8702652437b"><code>7f07df6</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/6bc29a9e0ec8b5690fba4ea461e3c68978eb51f0"><code>6bc29a9</code></a> build: use the badge action coloring</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fd36918609a18bd36a7e2c3b208220cf25c0957d"><code>fd36918</code></a> fix: <code>class</code> statements shouldn't be branches. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1449">#1449</a></li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.4.4...6.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=6.4.4&new-version=6.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 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