Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coverage from 6.1.2 to 6.2 #16

Merged
merged 1 commit into from Dec 1, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps coverage from 6.1.2 to 6.2.

Changelog

Sourced from coverage's changelog.

Version 6.2 — 2021-11-26

  • Feature: Now the --concurrency setting can now have a list of values, so that threads and another lightweight threading package can be measured together, such as --concurrency=gevent,thread. Closes issue 1012_ and issue 1082_.

  • Fix: A module specified as the source setting is imported during startup, before the user program imports it. This could cause problems if the rest of the program isn't ready yet. For example, issue 1203_ describes a Django setting that is accessed before settings have been configured. Now the early import is wrapped in a try/except so errors then don't stop execution.

  • Fix: A colon in a decorator expression would cause an exclusion to end too early, preventing the exclusion of the decorated function. This is now fixed.

  • Fix: The HTML report now will not overwrite a .gitignore file that already exists in the HTML output directory (follow-on for issue 1244_).

  • API: The exceptions raised by Coverage.py have been specialized, to provide finer-grained catching of exceptions by third-party code.

  • API: Using suffix=False when constructing a Coverage object with multiprocessing wouldn't suppress the data file suffix (issue 989_). This is now fixed.

  • Debug: The coverage debug data command will now sniff out combinable data files, and report on all of them.

  • Debug: The coverage debug command used to accept a number of topics at a time, and show all of them, though this was never documented. This no longer works, to allow for command-line options in the future.

.. _issue 989: nedbat/coveragepy#989 .. _issue 1012: nedbat/coveragepy#1012 .. _issue 1082: nedbat/coveragepy#1082 .. _issue 1203: nedbat/coveragepy#1203

.. _changes_612:

Commits
  • 7a01882 docs: prep for 6.2
  • 7c128a6 docs: sample html report
  • fbd3c71 docs: tweak the description of --concurrency
  • fb7b0e5 docs: tweak the latest changelog entry
  • 9162ad0 test(refactor): avoid full commands to speed tests
  • 8ca306e test(perf): shave a few seconds off the FailUnder tests
  • c9d821d feat: multiple --concurrency values. #1012 #1082
  • 97fdd55 build(docs): a target for running cog on the docs
  • eff683c test(fix): keep SourceIncludeOmitTest's from clobbering each other
  • 0865590 test(build): i've had the wrong -r character this whole time
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.1.2 to 6.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.1.2...6.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2021
@project-bot project-bot bot added this to NEW! (PR) in 開発ロードマップ Nov 29, 2021
@project-bot project-bot bot moved this from NEW! (PR) to パッケージ (PR) in 開発ロードマップ Nov 29, 2021
@sjkim04
Copy link
Owner

sjkim04 commented Dec 1, 2021 via email

@dependabot dependabot bot merged commit 8d53a72 into main Dec 1, 2021
開発ロードマップ automation moved this from パッケージ (PR) to 配布準備完了 Dec 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/coverage-6.2 branch December 1, 2021 01:32
@sjkim04 sjkim04 moved this from 配布準備完了 to パッケージアップデート済み (PR) in 開発ロードマップ Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
開発ロードマップ
  
パッケージ (PR)
Development

Successfully merging this pull request may close these issues.

None yet

1 participant