Skip to content

Commit a9e2067

Browse files
chore(deps-dev): bump coverage from 6.0.1 to 6.0.2 (#764)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.0.1 to 6.0.2. <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.0.2 — 2021-10-11</h2> <ul> <li> <p>Namespace packages being measured weren't properly handled by the new code that ignores third-party packages. If the namespace package was installed, it was ignored as a third-party package. That problem (<code>issue 1231</code>_) is now fixed.</p> </li> <li> <p>Packages named as &quot;source packages&quot; (with <code>source</code>, or <code>source_pkgs</code>, or pytest-cov's <code>--cov</code>) might have been only partially measured. Their top-level statements could be marked as unexecuted, because they were imported by coverage.py before measurement began (<code>issue 1232</code>_). This is now fixed, but the package will be imported twice, once by coverage.py, then again by your test suite. This could cause problems if importing the package has side effects.</p> </li> <li> <p>The :meth:<code>.CoverageData.contexts_by_lineno</code> method was documented to return a dict, but was returning a defaultdict. Now it returns a plain dict. It also no longer returns negative numbered keys.</p> </li> </ul> <p>.. _issue 1231: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1231">nedbat/coveragepy#1231</a> .. _issue 1232: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1232">nedbat/coveragepy#1232</a></p> <p>.. _changes_601:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/a3921d2c9025f570a4c0d59d503bfd056d26e723"><code>a3921d2</code></a> build: prep for 6.0.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/19bb1f80a361aaf8e77c5eaa45934aaf58178216"><code>19bb1f8</code></a> docs: sample HTML from 6.0.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/260359756694728cd13f8c8715dddf7c6e2f371d"><code>2603597</code></a> fix: source modules need to be re-imported. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1232">#1232</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/fdaa8224ccfa16233fda0c84860ef95ca073ee95"><code>fdaa822</code></a> test: add more tests of run_python_file</li> <li><a href="https://github.com/nedbat/coveragepy/commit/cedd319b6bc76843e570e7e53c4cb98ce359136e"><code>cedd319</code></a> build: clean up the Makefile a bit</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d3f46d2cc5d9fe6c30b31ffe7b268fb7a3addcda"><code>d3f46d2</code></a> test: add a test of hash-based pyc files</li> <li><a href="https://github.com/nedbat/coveragepy/commit/bcff84fb55d03643bf0a182d79a5ac8e809ec457"><code>bcff84f</code></a> refactor: remove qualname code that was only for Python 2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9b54389d91c68b27913ded2898f3a03df7e8e90d"><code>9b54389</code></a> fix: make third-party detection work with namespace packages. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1231">#1231</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/27db7b4e9eb4a7f8115af207a21374fdd2e6d8c7"><code>27db7b4</code></a> style: the name of the matchers don't need quotes in the reprs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a05710e863e79bed5f98f01c829b20facce198f9"><code>a05710e</code></a> refactor: remove some left over test prints</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.0.1...6.0.2">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.0.1&new-version=6.0.2)](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>
1 parent 1f78df8 commit a9e2067

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

poetry.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)