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 #7218

Merged
merged 2 commits into from Apr 13, 2020
Merged

Update coverage to 5.1 #7218

merged 2 commits into from Apr 13, 2020

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

@vorpal-buildbot
Copy link
Contributor

vorpal-buildbot commented Apr 13, 2020

Changelogs

coverage 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 964_). 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 964: nedbat/coveragepy#964
.. _issue 967: nedbat/coveragepy#967

.. _changes_504:

@codecov
Copy link

codecov bot commented Apr 13, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7218      +/-   ##
==========================================
- Coverage   45.72%   45.58%   -0.15%     
==========================================
  Files         279      279              
  Lines       13905    13905              
  Branches     2090     2090              
==========================================
- Hits         6358     6338      -20     
- Misses       7252     7280      +28     
+ Partials      295      287       -8     
Impacted Files Coverage Δ
shared/perf.py 36.00% <0.00%> (-24.00%) ⬇️
shared/repo.py 3.70% <0.00%> (-11.12%) ⬇️
shared/fetch_tools.py 46.42% <0.00%> (-1.79%) ⬇️
magic/image_fetcher.py 34.61% <0.00%> (-1.29%) ⬇️
discordbot/commands/tournament.py 85.71% <0.00%> (ø)
decksite/league.py 34.65% <0.00%> (+0.33%) ⬆️
discordbot/commands/legal.py 100.00% <0.00%> (+16.66%) ⬆️

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 308aca5...6e1148b. Read the comment docs.

@mergify mergify bot merged commit f071cb7 into master Apr 13, 2020
@mergify mergify bot deleted the pyup-update-coverage-5.0.4-to-5.1 branch April 13, 2020 00:27
@vorpal-buildbot vorpal-buildbot added Pending-on-LOGS Used by the build bot Pending-on-PROD Used by the build bot Seen-on-LOGS Seen-on-PROD and removed Pending-on-LOGS Used by the build bot Pending-on-PROD Used by the build bot labels Apr 13, 2020
@vorpal-buildbot
Copy link
Contributor

Seen on LOGS, PROD (created by @pyup-bot and merged by @mergify[bot] 12 seconds ago) Please check your changes!

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

Successfully merging this pull request may close these issues.

None yet

2 participants