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 coverage to 5.1 #328

Merged
merged 1 commit into from
Apr 13, 2020
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates coverage from 5.0.4 to 5.1.

Changelog

5.1

--------------------------

- The JSON report now includes counts of covered and missing branches. Thanks,
Salvatore Zagaria.

- On Python 3.8, try-finally-return reported wrong branch coverage with
decorated async functions (`issue 946`_).  This is now fixed. Thanks, Kjell
Braden.

- The :meth:`~coverage.Coverage.get_option` and
:meth:`~coverage.Coverage.set_option` methods can now manipulate the
``[paths]`` configuration setting.  Thanks to Bernát Gábor for the fix for
`issue 967`_.

.. _issue 946: https://github.com/nedbat/coveragepy/issues/946
.. _issue 967: https://github.com/nedbat/coveragepy/issues/967


.. _changes_504:
Links

@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #328 into develop will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #328   +/-   ##
========================================
  Coverage    81.41%   81.41%           
========================================
  Files           72       72           
  Lines         2776     2776           
========================================
  Hits          2260     2260           
  Misses         516      516           

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 433c51f...472d400. Read the comment docs.

@abhinavsingh abhinavsingh merged commit 9721172 into develop Apr 13, 2020
@abhinavsingh abhinavsingh deleted the pyup-update-coverage-5.0.4-to-5.1 branch April 13, 2020 02:21
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.

None yet

2 participants