| 
Repo Added
 | 
Files
8
 | 
Badge
 
README BADGES
 | 
push
github
⬆ [dev] Bump the python-dev group with 3 updates (#124) Bumps the python-dev group with 3 updates: [coverage](https://github.com/nedbat/coveragepy), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage` from 7.5.3 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 "Can't combine arc data with line data" or its reverse, "Can't combine line data with arc data." These messages used internal terminology, making it hard for people to understand the problem. They are now changed to mention "branch coverage data" and "statement coverage data."</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/22c09c67f"><code>22c09c6</code></a> docs: sample HTML for 7.5.4</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9e1638110"><code>9e16381</code></a> docs: prep for 7.5.4</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fba9b9e39"><code>fba9b9e</code></a> docs: link issue 1799 from the changelog</li> <li><a href="https://github.com/nedbat/coveragepy/co... (continued)
465 of 496 relevant lines covered (93.75%)
1.88 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | 
|---|
