Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Update pytest-cov to 2.5.1 #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of pytest-cov available.
You are currently using 2.4.0. I have updated it to 2.5.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

2.5.1


  • Fixed xdist breakage (regression in 2.5.0).
    Fixes 157 <https://github.com/pytest-dev/pytest-cov/issues/157>_.
  • Allow setting custom data_file name in .coveragerc.
    Fixes 145 <https://github.com/pytest-dev/pytest-cov/issues/145>.
    Contributed by Jannis Leidel & Ionel Cristian Mărieș in
    156 <https://github.com/pytest-dev/pytest-cov/pull/156>
    .

2.5.0


  • Always show a summary when --cov-fail-under is used. Contributed by Francis Niu in PR141 <https://github.com/pytest-dev/pytest-cov/pull/141>_.
  • Added --cov-branch option. Fixes 85 <https://github.com/pytest-dev/pytest-cov/issues/85>_.
  • Improve exception handling in subprocess setup. Fixes 144 <https://github.com/pytest-dev/pytest-cov/issues/144>_.
  • Fixed handling when --cov is used multiple times. Fixes 151 <https://github.com/pytest-dev/pytest-cov/issues/151>_.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented May 11, 2017

Codecov Report

Merging #147 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   81.15%   81.08%   -0.08%     
==========================================
  Files          23       22       -1     
  Lines        3555     3531      -24     
  Branches      728      728              
==========================================
- Hits         2885     2863      -22     
+ Misses        391      389       -2     
  Partials      279      279
Impacted Files Coverage Δ
aioes/__init__.py

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 e712101...cd9d50c. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants