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 pytest-cov from 2.10.1 to 2.11.1 #1869

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 21, 2021

Bumps pytest-cov from 2.10.1 to 2.11.1.

Changelog

Sourced from pytest-cov's changelog.

2.11.1 (2021-01-20)

  • Fixed support for newer setuptools (v42+). Contributed by Michał Górny in #451.

2.11.0 (2021-01-18)

  • Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues. Contributed by Mateus Berardo de Souza Terra in #433.
  • Improved sample projects (from the examples directory) to support running tox -e pyXY. Now the example configures a suffixed coverage data file, and that makes the cleanup environment unnecessary. Contributed by Ganden Schaffner in #435.
  • Removed the empty console_scripts entrypoint that confused some Gentoo build script. I didn't ask why it was so broken cause I didn't want to ruin my day. Contributed by Michał Górny in #434.
  • Fixed the missing coverage context when using subprocesses. Contributed by Bernát Gábor in #443.
  • Updated the config section in the docs. Contributed by Pamela McA'Nulty in #429.
  • Migrated CI to travis-ci.com (from .org).
Commits

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 will merge this PR once CI passes on it, as requested by @McSinyx.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 21, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #1869 (03d3cfe) into master (4eac18e) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1869      +/-   ##
==========================================
+ Coverage   99.59%   99.62%   +0.03%     
==========================================
  Files         114      114              
  Lines       14549    14549              
  Branches     1110     1110              
==========================================
+ Hits        14490    14495       +5     
+ Misses         42       38       -4     
+ Partials       17       16       -1     
Impacted Files Coverage Δ
trio/tests/test_socket.py 100.00% <0.00%> (+0.81%) ⬆️

@McSinyx McSinyx force-pushed the dependabot/pip/pytest-cov-2.11.1 branch 3 times, most recently from 2c8b2d3 to ace3f10 Compare January 21, 2021 20:07
@McSinyx
Copy link
Member

McSinyx commented Jan 22, 2021

I guess this is good to go, @dependabot squash and merge please.

@dependabot-preview
Copy link
Contributor Author

👋 If you need additional help with Dependabot, please fill out GitHub's Support form and your request will be routed to the right team at GitHub.

Be sure to include the details of any troubleshooting steps you've tried so far.

@McSinyx
Copy link
Member

McSinyx commented Jan 22, 2021

@dependabot rebase please. Edit: OK Imma do it then (-;

@dependabot-preview
Copy link
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

1 similar comment
@dependabot-preview

This comment has been minimized.

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.10.1...v2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@McSinyx McSinyx force-pushed the dependabot/pip/pytest-cov-2.11.1 branch from ace3f10 to 03d3cfe Compare January 22, 2021 06:43
@McSinyx
Copy link
Member

McSinyx commented Jan 22, 2021

@dependabot squash and merge when CI is happy please, I'll trust you on this.

@dependabot-preview dependabot-preview bot merged commit d890aff into master Jan 22, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-cov-2.11.1 branch January 22, 2021 06:50
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant