thraxil / countryx

GNU General Public License v3.0
0 stars 0 forks source link

Update coverage to 5.1 #483

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

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 - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 75.601% when pulling 969ed58903585913acada01c5fa7751387b8c84c on pyup-update-coverage-5.0.4-to-5.1 into 461090ce7ad1169d4830f0651acd0125131d1f38 on master.