Skip to content

Commit 0134d62

Browse files
chore(deps): Bump coverage from 7.13.0 to 7.14.0 in /cirrus/server (#15587)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.0 to 7.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.14.0 — 2026-05-10</h2> <ul> <li> <p>Feature: now when running one of the reporting commands, if there are parallel data files that need combining, they will be implicitly combined before creating the report. There is no option to avoid the combination; let us know if you have a use case that requires it. Thanks, <code>Tim Hatch &lt;pull 2162_&gt;</code><em>. Closes <code>issue 1781</code></em>.</p> </li> <li> <p>Fix: the output from <code>combine</code> was too verbose, listing each file considered. Now it shows a single line with the counts of files combined, files skipped, and files with errors. The <code>-q</code> flag suppresses this line. The old detailed lines are available with the new <code>--debug=combine</code> option.</p> </li> <li> <p>Fix: running a Python file through a symlink now sets the sys.path correctly, matching regular Python behavior. Fixes <code>issue 2157</code>_.</p> </li> <li> <p>Fix: <code>Collector.flush_data</code> could fail with &quot;RuntimeError: Set changed size during iteration&quot; when a tracer in another thread added a line to the per-file set that <code>add_lines</code> (or <code>add_arcs</code>) was iterating. The values passed to <code>CoverageData</code> are now snapshotted via <code>dict.copy()</code> and <code>set.copy()</code>, which are atomic under the GIL. Thanks, <code>Alex Vandiver &lt;pull 2165_&gt;</code>_.</p> </li> <li> <p>Fix: the soft keyword <code>lazy</code> is now bolded in HTML reports.</p> </li> <li> <p>We are no longer testing eventlet support. Eventlet started issuing stern deprecation warnings that break our tests. Our support code is still there.</p> </li> </ul> <p>.. _issue 1781: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/1781">coveragepy/coveragepy#1781</a> .. _issue 2157: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2157">coveragepy/coveragepy#2157</a> .. _pull 2162: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2162">coveragepy/coveragepy#2162</a> .. _pull 2165: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2165">coveragepy/coveragepy#2165</a></p> <p>.. _changes_7-13-5:</p> <h2>Version 7.13.5 — 2026-03-17</h2> <ul> <li> <p>Fix: <code>issue 2138</code>_ describes a memory leak that happened when repeatedly using the Coverage API with in-memory data. This is now fixed.</p> </li> <li> <p>Fix: the markdown-formatted coverage report didn't fully escape special characters in file paths (<code>issue 2141</code><em>). This would be very unlikely to cause a problem, but now it's done properly, thanks to <code>Ellie Ayla &lt;pull 2142_&gt;</code></em>.</p> </li> <li> <p>Fix: the C extension wouldn't build on VS2019, but now it does (<code>issue 2145</code>_).</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/646351b60429f1b5760af6c1b97b28483244a955"><code>646351b</code></a> docs: sample HTML for 7.14.0</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/39cd015505c8b04369c5b06e34fc22449a697370"><code>39cd015</code></a> docs: prep for 7.14.0</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/649e8aa34af7d80c386ae82e8a3a6c9a3acb0dab"><code>649e8aa</code></a> docs: thanks Alex Vandiver for <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2165">#2165</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/8cd392e3b5c4bc15d534aaec0c21714f9f518469"><code>8cd392e</code></a> fix: snapshot data in Collector.flush_data to avoid threading race (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2165">#2165</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/c48e0edc2ebe44621b0053176e90f77b0c79bec1"><code>c48e0ed</code></a> fix: less output for combining</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/c2a3a284078556c911e0d9b6c6af1b7082a363ea"><code>c2a3a28</code></a> docs: explain the change from <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2162">#2162</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/1cd47aa6ac1da4e150da44055295d4e4f3a014e8"><code>1cd47aa</code></a> fix: implicit combine-during-report now removes the combined data files</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/2d99fd7696e0bccec8037479a4e45c1ecccb8058"><code>2d99fd7</code></a> feat: automatically combine coverage in report, thanks Tim Hatch (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2162">#2162</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/9fbdcdfee1c122fac43f1bf9a5e2d1f4d835f21c"><code>9fbdcdf</code></a> fix: lazy soft keywords are bolded</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/5de7d0267b9466d59995aaae1a7e707c8c6f66e7"><code>5de7d02</code></a> build: oops, misplaced quote</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.13.0...7.14.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e104a69 commit 0134d62

2 files changed

Lines changed: 109 additions & 95 deletions

File tree

0 commit comments

Comments
 (0)