You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/08/08 17:47:43 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1740: Bump coverage from 4.5.4 to 6.4.3

dependabot[bot] opened a new pull request, #1740:
URL: https://github.com/apache/libcloud/pull/1740

   Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 6.4.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/releases">coverage's releases</a>.</em></p>
   <blockquote>
   <h2>coverage-5.6b1</h2>
   <ul>
   <li>Third-party packages are now ignored in coverage reporting. This solves a few problems:
   <ul>
   <li>Coverage will no longer report about other people’s code (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/876">issue 876</a>). This is true even when using <code>--source=.</code> with a venv in the current directory.</li>
   <li>Coverage will no longer generate “Already imported a file that will be measured” warnings about coverage itself (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/905">issue 905</a>).</li>
   </ul>
   </li>
   <li>The HTML report uses j/k to move up and down among the highlighted chunks of code. They used to highlight the current chunk, but 5.0 broke that behavior. Now the highlighting is working again.</li>
   <li>The JSON report now includes <code>percent_covered_display</code>, a string with the total percentage, rounded to the same number of decimal places as the other reports’ totals.</li>
   </ul>
   <h2>coverage-5.5</h2>
   <ul>
   <li><code>coverage combine</code> has a new option, <code>--keep</code> to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1108">issue 1108</a> and implemented in <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1110">pull request 1110</a>. Thanks, Éric Larivière.</li>
   <li>When reporting missing branches in <code>coverage report</code>, branches aren’t reported that jump to missing lines. This adds to the long-standing behavior of not reporting branches from missing lines. Now branches are only reported if both the source and destination lines are executed. Closes both <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1065">issue 1065</a> and <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/955">issue 955</a>.</li>
   <li>Minor improvements to the HTML report:
   <ul>
   <li>The state of the line visibility selector buttons is saved in local storage so you don’t have to fiddle with them so often, fixing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1123">issue 1123</a>.</li>
   <li>It has a little more room for line numbers so that 4-digit numbers work well, fixing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1124">issue 1124</a>.</li>
   </ul>
   </li>
   <li>Improved the error message when combining line and branch data, so that users will be more likely to understand what’s happening, closing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/803">issue 803</a>.</li>
   </ul>
   <h2>coverage-5.4</h2>
   <ul>
   <li>The text report produced by <code>coverage report</code> now always outputs a TOTAL line, even if only one Python file is reported. This makes regex parsing of the output easier. Thanks, Judson Neer. This had been requested a number of times (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1086">issue 1086</a>, <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/922">issue 922</a>, <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/732">issue 732</a>).</li>
   <li>The <code>skip_covered</code> and <code>skip_empty</code> settings in the configuration file can now be specified in the <code>[html]</code> section, so that text reports and HTML reports can use separate settings. The HTML report will still use the <code>[report]</code> settings if there isn’t a value in the <code>[html]</code> section. Closes <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1090">issue 1090</a>.</li>
   <li>Combining files on Windows across drives now works properly, fixing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/577">issue 577</a>. Thanks, <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1080">Valentin Lab</a>.</li>
   <li>Fix an obscure warning from deep in the _decimal module, as reported in <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1084">issue 1084</a>.</li>
   <li>Update to support Python 3.10 alphas in progress, including <a href="https://www.python.org/dev/peps/pep-0626/">PEP 626: Precise line numbers for debugging and other tools</a>.</li>
   </ul>
   <h2>coverage-5.3.1</h2>
   <ul>
   <li>When using <code>--source</code> on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed, closing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1037">issue 1037</a>.</li>
   <li>Mysterious SQLite errors can happen on PyPy, as reported in <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1010">issue 1010</a>. An immediate retry seems to fix the problem, although it is an unsatisfying solution.</li>
   <li>The HTML report now saves the sort order in a more widely supported way, fixing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/986">issue 986</a>. Thanks, Sebastián Ramírez (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1066">pull request 1066</a>).</li>
   <li>The HTML report pages now have a <a href="https://github.com/nedbat/coveragepy/blob/HEAD/sleepy.rst#sleepy">Sleepy Snake</a> favicon.</li>
   <li>Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37).</li>
   <li>Continuous integration has moved from Travis and AppVeyor to GitHub Actions.</li>
   </ul>
   <h2>coverage-5.3</h2>
   <ul>
   <li>The <code>source</code> setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new <code>source_pkgs</code> setting can be used to name a package to disambiguate this case. Thanks, Thomas Grainger. Fixes <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/268">issue 268</a>.</li>
   <li>If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception, as reported in <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1011">issue 1011</a>. This is now fixed.</li>
   </ul>
   <h2>coverage-5.2.1</h2>
   <ul>
   <li>The dark mode HTML report still used light colors for the context listing, making them unreadable (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1009">issue 1009</a>). This is now fixed.</li>
   <li>The time stamp on the HTML report now includes the time zone. Thanks, Xie Yanbo (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/960">pull request 960</a>).</li>
   </ul>
   <h2>coverage-5.2</h2>
   <ul>
   <li>The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/858">issue 858</a> and <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/931">pull request 931</a>).</li>
   <li>The <code>coverage report</code> and <code>coverage html</code> commands now accept a <code>--precision</code> option to control the number of decimal points displayed. Thanks, Teake Nutma (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/982">pull request 982</a>).</li>
   <li>The <code>coverage report</code> and <code>coverage html</code> commands now accept a <code>--no-skip-covered</code> option to negate <code>--skip-covered</code>. Thanks, Anthony Sottile (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/779">issue 779</a> and <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/932">pull request 932</a>).</li>
   <li>The <code>--skip-empty</code> option is now available for the XML report, closing <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/976">issue 976</a>.</li>
   <li>The <code>coverage report</code> command now accepts a <code>--sort</code> option to specify how to sort the results. Thanks, Jerin Peter George (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1005">pull request 1005</a>).</li>
   <li>If coverage fails due to the coverage total not reaching the <code>--fail-under</code> value, it will now print a message making the condition clear. Thanks, Naveen Yadav (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/977">pull request 977</a>).</li>
   <li>TOML configuration files with non-ASCII characters would cause errors on Windows (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/990">issue 990</a>). This is now fixed.</li>
   <li>The output of <code>--debug=trace</code> now includes information about how the <code>--source</code> option is being interpreted, and the module names being considered.</li>
   </ul>
   <h2>coverage-5.1</h2>
   <ul>
   <li>The JSON report now includes counts of covered and missing branches. Thanks, Salvatore Zagaria.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <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.4.3 — 2022-08-06</h2>
   <ul>
   <li>
   <p>Fix a failure when combining data files if the file names contained
   glob-like patterns (<code>pull 1405</code>_).  Thanks, Michael Krebs and Benjamin
   Schubert.</p>
   </li>
   <li>
   <p>Fix a messaging failure when combining Windows data files on a different
   drive than the current directory. (<code>pull 1430</code><em>, fixing <code>issue 1428</code></em>).
   Thanks, Lorenzo Micò.</p>
   </li>
   <li>
   <p>Fix path calculations when running in the root directory, as you might do in
   a Docker container: <code>pull 1403</code>_, thanks Arthur Rio.</p>
   </li>
   <li>
   <p>Filtering in the HTML report wouldn't work when reloading the index page.
   This is now fixed (<code>pull 1413</code>_).  Thanks, Marc Legendre.</p>
   </li>
   <li>
   <p>Fix a problem with Cython code measurement (<code>pull 1347</code><em>, fixing <code>issue 972</code></em>).  Thanks, Matus Valo.</p>
   </li>
   </ul>
   <p>.. _issue 972: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/972">nedbat/coveragepy#972</a>
   .. _pull 1347: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1347">nedbat/coveragepy#1347</a>
   .. _pull 1403: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1403">nedbat/coveragepy#1403</a>
   .. _pull 1405: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1405">nedbat/coveragepy#1405</a>
   .. _pull 1413: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1413">nedbat/coveragepy#1413</a>
   .. _issue 1428: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1428">nedbat/coveragepy#1428</a>
   .. _pull 1430: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1430">nedbat/coveragepy#1430</a></p>
   <p>.. _changes_6-4-2:</p>
   <h2>Version 6.4.2 — 2022-07-12</h2>
   <ul>
   <li>
   <p>Updated for a small change in Python 3.11.0 beta 4: modules now start with a
   line with line number 0, which is ignored.  This line cannnot be executed, so
   coverage totals were thrown off.  This line is now ignored by coverage.py,
   but this also means that truly empty modules (like <code>__init__.py</code>) have no
   lines in them, rather than one phantom line.  Fixes <code>issue 1419</code>_.</p>
   </li>
   <li>
   <p>Internal debugging data added to sys.modules is now an actual module, to
   avoid confusing code that examines everything in sys.modules.  Thanks,
   Yilei Yang (<code>pull 1399</code>_).</p>
   </li>
   </ul>
   <p>.. _pull 1399: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1399">nedbat/coveragepy#1399</a>
   .. _issue 1419: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1419">nedbat/coveragepy#1419</a></p>
   <p>.. _changes_6-4-1:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nedbat/coveragepy/commit/85a49efa75916f3b96a3f21d8be98516d38fb760"><code>85a49ef</code></a> docs: latest sample</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1da23c5bec55264ac4d754cb1c19322297ecdbdd"><code>1da23c5</code></a> docs: prep for 6.4.3</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/616d963b390e94e12a9321b32e10c00e6da4e27d"><code>616d963</code></a> docs: better wording in CHANGES</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/0915b967461661654ae2d1a85bd0495c2eafd35b"><code>0915b96</code></a> docs: correct a reference</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/42202a88a1873031118643072a2b946c7ea7e9fb"><code>42202a8</code></a> docs: keep CHANGES up to date</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/41602b5ecfe602c53cef84fec249ed07dbd89538"><code>41602b5</code></a> fix: paths were wrong when running from root (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1403">#1403</a>)</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/eaf55921248211a81be231d7d20d73460cb369fb"><code>eaf5592</code></a> test: add a test for <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1405">#1405</a></li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/36f508f98f74b44a1f7aed23f2beecb4189025ca"><code>36f508f</code></a> fix: filenames can contain special glob characters (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1405">#1405</a>)</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/774c364b8eddfb53c3da5c8827f27ea279401316"><code>774c364</code></a> doc: keep CHANGES up to date</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/070d61caab1bb37854c34155a51ab011fe59e7ff"><code>070d61c</code></a> fix(html): trigger filter on page load (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1413">#1413</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/coverage-4.5.4...6.4.3">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=4.5.4&new-version=6.4.3)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] dependabot[bot] closed pull request #1740: Bump coverage from 4.5.4 to 6.4.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1740: Bump coverage from 4.5.4 to 6.4.3
URL: https://github.com/apache/libcloud/pull/1740


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] dependabot[bot] commented on pull request #1740: Bump coverage from 4.5.4 to 6.4.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1740:
URL: https://github.com/apache/libcloud/pull/1740#issuecomment-1216972664

   Superseded by #1745.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org