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/16 18:01:55 UTC

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

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

   Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 6.4.4.
   <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.4 — 2022-08-16</h2>
   <ul>
   <li>Wheels are now provided for Python 3.11.</li>
   </ul>
   <p>.. _changes_6-4-3:</p>
   <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,</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nedbat/coveragepy/commit/24985c09eeb9c9849d60427af1ec3285267a9ce5"><code>24985c0</code></a> docs: sample html report</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/12d5d17b0a631796bfe70dedc6d63900ec7d02e5"><code>12d5d17</code></a> build: prep for 6.4.4</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/007c6168070523e04389ac97457de2969ba0c727"><code>007c616</code></a> build: update 3.11 references to rc1</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/66ddb0b6b44a9da1e793cd55cb5430254a2ff761"><code>66ddb0b</code></a> build: make upgrade (with hashes)</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/f7907ee21f9cff21b95f3e107907737ae3078940"><code>f7907ee</code></a> docs: add some <code>make upgrade</code> instructions to the Makefile</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/18b57e11f750aee913a107fedeea312965e5fba1"><code>18b57e1</code></a> build: use hashed pins</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/1dba0305a3d7248ad64e4a21d4ac56c92277883c"><code>1dba030</code></a> build: pin windows-only transitive dependencies</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/b076ffe711ec8efdce05027684da06a4e63b7bb3"><code>b076ffe</code></a> build: 3.11 is rc now - make wheels for it</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/87de75db8c2590b54816daf5848d478100b29b00"><code>87de75d</code></a> docs: don't use tabs while we work out the docutil version pinning</li>
   <li><a href="https://github.com/nedbat/coveragepy/commit/4eee7dc0962e27ed4598e226a065eb2f825532a6"><code>4eee7dc</code></a> build: don't install multiple .pip files</li>
   <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/coverage-4.5.4...6.4.4">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.4)](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] Kami commented on pull request #1745: Bump coverage from 4.5.4 to 6.4.4

Posted by GitBox <gi...@apache.org>.
Kami commented on PR #1745:
URL: https://github.com/apache/libcloud/pull/1745#issuecomment-1235612069

   Latest version we can use is 6.2 due to the older Python versions we still support.


-- 
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] Kami merged pull request #1745: Bump coverage from 4.5.4 to 6.4.4

Posted by GitBox <gi...@apache.org>.
Kami merged PR #1745:
URL: https://github.com/apache/libcloud/pull/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


[GitHub] [libcloud] codecov-commenter commented on pull request #1745: Bump coverage from 4.5.4 to 6.4.4

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1745:
URL: https://github.com/apache/libcloud/pull/1745#issuecomment-1216985029

   # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1745](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (dbd6825) into [trunk](https://codecov.io/gh/apache/libcloud/commit/26f07ac1a28b35953b84c592d6476bf65e5aacf7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (26f07ac) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/libcloud/pull/1745/graphs/tree.svg?width=650&height=150&src=pr&token=PYoduksh69&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff            @@
   ##            trunk    #1745     +/-   ##
   =========================================
     Coverage   83.29%   83.29%             
   =========================================
     Files         400      400             
     Lines       87770    87770             
     Branches     9331    10689   +1358     
   =========================================
     Hits        73104    73104             
     Misses      11486    11486             
     Partials     3180     3180             
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [26f07ac...dbd6825](https://codecov.io/gh/apache/libcloud/pull/1745?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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