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

Update pytest-cov to 2.4.0 #17

Merged
merged 1 commit into from
Oct 11, 2016
Merged

Conversation

pyup-bot
Copy link
Contributor

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

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

Changelog

2.4.0


  • Added a "disarm" option: --no-cov. It will disable coverage measurements. Contributed by Zoltan Kozma in
    PR135 <https://github.com/pytest-dev/pytest-cov/pull/135>_.

    WARNING: Do not put this in your configuration files, it's meant to be an one-off for situations where you want to
    disable coverage from command line.

  • Fixed broken exception handling on .pth file. See 136 <https://github.com/pytest-dev/pytest-cov/issues/136>_.

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 Oct 10, 2016

Current coverage is 100% (diff: 100%)

Merging #17 into master will not change coverage

@@           master   #17   diff @@
===================================
  Files           2     2          
  Lines         233   233          
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
  Hits          233   233          
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 0eeccd9...6634b4e

@asvetlov asvetlov merged commit 49a540e into master Oct 11, 2016
@asvetlov asvetlov deleted the pyup-update-pytest-cov-2.3.1-to-2.4.0 branch October 11, 2016 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants