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.0.4 #7101

Merged
merged 1 commit into from Mar 17, 2020
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates coverage from 5.0.3 to 5.0.4.

Changelog

5.0.4

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

- If using the ``[run] relative_files`` setting, the XML report will use
relative files in the ``<source>`` elements indicating the location of source
code.  Closes `issue 948`_.

- The textual summary report could report missing lines with negative line
numbers on PyPy3 7.1 (`issue 943`_).  This is now fixed.

- Windows wheels for Python 3.8 were incorrectly built, but are now fixed.
(`issue 949`_)

- Updated Python 3.9 support to 3.9a4.

- HTML reports couldn't be sorted if localStorage wasn't available. This is now
fixed: sorting works even though the sorting setting isn't retained. (`issue
944`_ and `pull request 945`_). Thanks, Abdeali Kothari.

.. _issue 943: https://github.com/nedbat/coveragepy/issues/943
.. _issue 944: https://github.com/nedbat/coveragepy/issues/944
.. _pull request 945: https://github.com/nedbat/coveragepy/pull/945
.. _issue 948: https://github.com/nedbat/coveragepy/issues/948
.. _issue 949: https://github.com/nedbat/coveragepy/issues/949


.. _changes_503:
Links

@vorpal-buildbot
Copy link
Contributor

Changelogs

coverage 5.0.4


  • If using the [run] relative_files setting, the XML report will use
    relative files in the <source> elements indicating the location of source
    code. Closes issue 948_.

  • The textual summary report could report missing lines with negative line
    numbers on PyPy3 7.1 (issue 943_). This is now fixed.

  • Windows wheels for Python 3.8 were incorrectly built, but are now fixed.
    (issue 949_)

  • Updated Python 3.9 support to 3.9a4.

  • HTML reports couldn't be sorted if localStorage wasn't available. This is now
    fixed: sorting works even though the sorting setting isn't retained. (issue 944_ and pull request 945_). Thanks, Abdeali Kothari.

.. _issue 943: nedbat/coveragepy#943
.. _issue 944: nedbat/coveragepy#944
.. _pull request 945: nedbat/coveragepy#945
.. _issue 948: nedbat/coveragepy#948
.. _issue 949: nedbat/coveragepy#949

.. _changes_503:

@codecov
Copy link

codecov bot commented Mar 17, 2020

Codecov Report

Merging #7101 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #7101      +/-   ##
=========================================
+ Coverage   45.48%   45.5%   +0.01%     
=========================================
  Files         275     275              
  Lines       13789   13789              
  Branches     2066    2066              
=========================================
+ Hits         6272    6274       +2     
+ Misses       7230    7225       -5     
- Partials      287     290       +3
Impacted Files Coverage Δ
maintenance/elo.py 0% <0%> (ø) ⬆️
decksite/view.py 60.79% <0%> (ø) ⬆️
decksite/views/person_achievements.py 35% <0%> (ø) ⬆️
decksite/data/rule.py 23.42% <0%> (ø) ⬆️
magic/image_fetcher.py 35.66% <0%> (+1.27%) ⬆️

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 8ba4a3c...d00db0e. Read the comment docs.

@mergify mergify bot merged commit bba0264 into master Mar 17, 2020
@mergify mergify bot deleted the pyup-update-coverage-5.0.3-to-5.0.4 branch March 17, 2020 14:04
@vorpal-buildbot vorpal-buildbot added Pending-on-LOGS Used by the build bot Pending-on-PROD Used by the build bot Seen-on-LOGS and removed Pending-on-LOGS Used by the build bot labels Mar 17, 2020
@vorpal-buildbot
Copy link
Contributor

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

@vorpal-buildbot vorpal-buildbot added Seen-on-PROD and removed Pending-on-PROD Used by the build bot labels Mar 17, 2020
@vorpal-buildbot
Copy link
Contributor

Seen on PROD (created by @pyup-bot and merged by @mergify[bot] 1 minute and 17 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