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.6.1 to 2.7.1 #3762

Merged
merged 1 commit into from
May 13, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 13, 2019

Bumps pytest-cov from 2.6.1 to 2.7.1.

Changelog

Sourced from pytest-cov's changelog.

2.7.1 (2019-05-03)

  • Fixed source distribution manifest so that garbage ain't included in the tarball.

2.7.0 (2019-05-03)

  • Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used. Contributed by Alexander Shadchin in #263.
  • Various testing and CI improvements. Contributed by Daniel Hahler in #255, #266, #272, #271 and #269.
  • Improved documentation regarding subprocess and multiprocessing. Contributed in #265.
  • Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is running won't break stuff).
  • Added pytest_cov.embed.cleanup_on_signal for customized cleanup.
  • Improved cleanup code and fixed various issues with leftover data files. All contributed in #265 or #262.
  • Improved examples. Now there are two examples for the common project layouts, complete with working coverage configuration. The examples have CI testing. Contributed in #267.
  • Improved help text for CLI options.
Commits
  • ad3ee90 Bump version: 2.7.0 → 2.7.1
  • 3e6e826 Fix manifest.
  • a6bd47a Bump version: 2.6.1 → 2.7.0
  • a79e0d6 Forgot the examples.
  • 02c9ca9 Completely move xdist pins in tox.ini. Fixes incorrect installs during testing.
  • f02132d Update changelog.
  • fa3f0ef Add pytest 4.4 to test grid.
  • 5ac8fec Bump test deps.
  • cad2e12 Sort imports and improve docstrings, esp. on --cov. Ref #282.
  • 4082617 ci: test only pytest 3 and 4.3
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2019
@asvetlov
Copy link
Member

@dependabot-bot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pytest-cov-2.7.1 branch from ed8bf80 to 297001f Compare May 13, 2019 09:41
@codecov-io
Copy link

codecov-io commented May 13, 2019

Codecov Report

Merging #3762 into master will increase coverage by 3.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3762      +/-   ##
==========================================
+ Coverage   94.86%   97.93%   +3.06%     
==========================================
  Files          43       43              
  Lines        8568     8569       +1     
  Branches     1374     1375       +1     
==========================================
+ Hits         8128     8392     +264     
+ Misses        337       74     -263     
  Partials      103      103
Impacted Files Coverage Δ
aiohttp/streams.py 98.2% <0%> (+0.26%) ⬆️
aiohttp/web_urldispatcher.py 99.25% <0%> (+0.29%) ⬆️
aiohttp/helpers.py 97.22% <0%> (+0.75%) ⬆️
aiohttp/connector.py 97.67% <0%> (+1.49%) ⬆️
aiohttp/test_utils.py 99.68% <0%> (+1.9%) ⬆️
aiohttp/frozenlist.py 100% <0%> (+2.12%) ⬆️
aiohttp/http_writer.py 98.11% <0%> (+2.83%) ⬆️
aiohttp/http_parser.py 97.93% <0%> (+4.81%) ⬆️
aiohttp/__init__.py 100% <0%> (+5.55%) ⬆️
aiohttp/web_runner.py 97.92% <0%> (+6.21%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7531fee...297001f. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit 6848ce3 into master May 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytest-cov-2.7.1 branch May 13, 2019 14:03
@lock lock bot added the outdated label May 20, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file outdated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants