Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
489: build(deps-dev): bump coverage from 6.2 to 6.3 r=ChrisRBe a=dependabot[bot] Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.3. <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.3 — 2022-01-25</h2> <ul> <li> <p>Feature: Added the <code>lcov</code> command to generate reports in LCOV format. Thanks, <code>Bradley Burns <pull 1289_></code><em>. Closes issues <code>587 <issue 587_></code></em> and <code>626 <issue 626_></code>_.</p> </li> <li> <p>Feature: the coverage data file can now be specified on the command line with the <code>--data-file</code> option in any command that reads or writes data. This is in addition to the existing <code>COVERAGE_FILE</code> environment variable. Closes <code>issue 624</code><em>. Thanks, <code>Nikita Bloshchanevich <pull 1304_></code></em>.</p> </li> <li> <p>Feature: coverage measurement data will now be written when a SIGTERM signal is received by the process. This includes :meth:<code>Process.terminate <python:multiprocessing.Process.terminate></code>, and other ways to terminate a process. Currently this is only on Linux and Mac; Windows is not supported. Fixes <code>issue 1307</code>_.</p> </li> <li> <p>Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.</p> </li> <li> <p>Updated Python 3.11 support to 3.11.0a4, fixing <code>issue 1294</code>_.</p> </li> <li> <p>Fix: the coverage data file is now created in a more robust way, to avoid problems when multiple processes are trying to write data at once. Fixes issues <code>1303 <issue 1303_></code>_ and <code>883 <issue 883_></code>_.</p> </li> <li> <p>Fix: a .gitignore file will only be written into the HTML report output directory if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted.</p> </li> <li> <p>Releases now have MacOS arm64 wheels for Apple Silicon, fixing <code>issue 1288</code>_.</p> </li> </ul> <p>.. _issue 587: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/587">nedbat/coveragepy#587</a> .. _issue 624: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/624">nedbat/coveragepy#624</a> .. _issue 626: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/626">nedbat/coveragepy#626</a> .. _issue 883: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/883">nedbat/coveragepy#883</a> .. _issue 1288: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1288">nedbat/coveragepy#1288</a> .. _issue 1294: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1294">nedbat/coveragepy#1294</a> .. _issue 1303: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1303">nedbat/coveragepy#1303</a> .. _issue 1307: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1307">nedbat/coveragepy#1307</a> .. _pull 1289: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1289">nedbat/coveragepy#1289</a> .. _pull 1304: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1304">nedbat/coveragepy#1304</a></p> <p>.. _changes_62:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/7d9d30015e47756776d5ba5f4f0b65ab198640a3"><code>7d9d300</code></a> build: 'pypy' is pypy-3.6, which we don't support anymore</li> <li><a href="https://github.com/nedbat/coveragepy/commit/97d78e6a8502f84f415c183d06d474bab65a59d0"><code>97d78e6</code></a> build: prepping for 6.3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fb3f6326876172e54c781f6bfac5f7708a663064"><code>fb3f632</code></a> docs: latest sample HTML report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2e65e19cfe29429aa4797e6a55d96c79bd2cbfac"><code>2e65e19</code></a> docs: make it easier to add command-line options correctly</li> <li><a href="https://github.com/nedbat/coveragepy/commit/bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3"><code>bf8cbe1</code></a> fix: more cleanup of --data-file options</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f9a5451f8923e4e7c87bf725760257da43346567"><code>f9a5451</code></a> docs: touch up the changelog</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2ff243942be7d86417d132287d0c1acabec0dc2e"><code>2ff2439</code></a> style: uniform formatting of cmdline options</li> <li><a href="https://github.com/nedbat/coveragepy/commit/1a75ebbff87302a0d5d641a557e0f9d3ac3950f5"><code>1a75ebb</code></a> refactor: adjust some of the --data-file option handling</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ba884e41506fd6e8f6eca91a13fe1661b3220c5e"><code>ba884e4</code></a> feat: use --data-file to configure the coverage database</li> <li><a href="https://github.com/nedbat/coveragepy/commit/cfe14c266dcd405422bb775c9d45779f7a21715f"><code>cfe14c2</code></a> build: stop deleting 3.9 muslinux wheels, because they are ok now. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1268">#1268</a></li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.2...6.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=6.2&new-version=6.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information