chore(pip-dev)(deps-dev): bump coverage from 7.6.7 to 7.6.8 #413

Merged
dependabot[bot] merged 1 commits from dependabot/pip/coverage-7.6.8 into main 2024-11-25 19:29:56 +01:00
dependabot[bot] commented 2024-11-25 16:45:03 +01:00 (Migrated from github.com)

Bumps coverage from 7.6.7 to 7.6.8.

Changelog

Sourced from coverage's changelog.

Version 7.6.8 — 2024-11-23

  • Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes issue 1896_.

  • Fix: similarly, the HTML report will now explain that a line that jumps to none of its expected destinations must have always raised an exception. Previously, it would say something nonsensical like, "line 4 didn't jump to line 5 because line 4 was never true, and it didn't jump to line 7 because line 4 was always true." This was also shown in issue 1896_.

.. _issue 1896: nedbat/coveragepy#1896

.. _changes_7-6-7:

Commits
  • 6134266 docs: sample HTML for 7.6.8
  • 041f963 docs: prep for 7.6.8
  • 7fe48b6 build: don't search generated report files
  • f219144 docs: start changelog entries with capital letters
  • d1a916a fix: a line that branches nowhere must always raise an exception
  • 2ace7a2 fix: don't assume 'no branches' means 'not executed' #1896
  • 3ed5915 style: all of ci should use underscores
  • 0db86f2 build: automate updating readthedocs
  • 2a89551 chore: make upgrade (not sure why files became absolute)
  • ba9c157 chore: make doc_upgrade
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.7 to 7.6.8. <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.8 — 2024-11-23</h2> <ul> <li> <p>Fix: the LCOV report code assumed that a branch line that took no branches meant that the entire line was unexecuted. This isn't true in a few cases: the line might always raise an exception, or might have been optimized away. Fixes <code>issue 1896</code>_.</p> </li> <li> <p>Fix: similarly, the HTML report will now explain that a line that jumps to none of its expected destinations must have always raised an exception. Previously, it would say something nonsensical like, &quot;line 4 didn't jump to line 5 because line 4 was never true, and it didn't jump to line 7 because line 4 was always true.&quot; This was also shown in <code>issue 1896</code>_.</p> </li> </ul> <p>.. _issue 1896: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1896">nedbat/coveragepy#1896</a></p> <p>.. _changes_7-6-7:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/6134266c33233d4386daaf229a5536cac0bab6f9"><code>6134266</code></a> docs: sample HTML for 7.6.8</li> <li><a href="https://github.com/nedbat/coveragepy/commit/041f9631de98855ffb2208febb939ca5291681e3"><code>041f963</code></a> docs: prep for 7.6.8</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7fe48b65457dd788d87b1cee02f5cd02816a78bc"><code>7fe48b6</code></a> build: don't search generated report files</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f2191445c4e532c76d700e36360f8bedcdd35805"><code>f219144</code></a> docs: start changelog entries with capital letters</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d1a916a2161a10c0fd345ce059f9d61f43e35428"><code>d1a916a</code></a> fix: a line that branches nowhere must always raise an exception</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2ace7a261901e164bf54606b80a2dd1b4e49a904"><code>2ace7a2</code></a> fix: don't assume 'no branches' means 'not executed' <a href="https://redirect.github.com/nedbat/coveragepy/issues/1896">#1896</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/3ed59159400f95e5ab7da9498a1a5111caad5aba"><code>3ed5915</code></a> style: all of ci should use underscores</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0db86f2f84825395fa1f249a4bf83ca9da69a22e"><code>0db86f2</code></a> build: automate updating readthedocs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2a895512ebf6cf7184de24bb24a0ba2c782d6aab"><code>2a89551</code></a> chore: make upgrade (not sure why files became absolute)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ba9c157cf8c22debe31a4565db46a436551681e3"><code>ba9c157</code></a> chore: make doc_upgrade</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8">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.6.7&new-version=7.6.8)](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>
luketainton (Migrated from github.com) reviewed 2024-11-25 16:45:03 +01:00
sonarqubecloud[bot] commented 2024-11-25 19:24:28 +01:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=413) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=413&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=413&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=413&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=413&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=413&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=413)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/webexmemebot#413
No description provided.