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.1 #6956

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Update coverage to 5.0.1 #6956

merged 1 commit into from
Dec 22, 2019

Conversation

pyup-bot
Copy link
Contributor

This PR updates coverage from 5.0 to 5.0.1.

Changelog

5.0.1

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

- If a 4.x data file is the cause of a "file is not a database" error, then use
a more specific error message, "Looks like a coverage 4.x data file, are you
mixing versions of coverage?"  Helps diagnose the problems described in
`issue 886`_.

- Measurement contexts and relative file names didn't work together, as
reported in `issue 899`_ and `issue 900`_.  This is now fixed, thanks to
David Szotten.

- When using ``coverage run --concurrency=multiprocessing``, all data files
should be named with parallel-ready suffixes.  5.0 mistakenly named the main
process' file with no suffix when using ``--append``.  This is now fixed,
closing `issue 880`_.

- Fixed a problem on Windows when the current directory is changed to a
different drive (`issue 895`_).  Thanks, Olivier Grisel.

- Updated Python 3.9 support to 3.9a2.

.. _issue 880: https://github.com/nedbat/coveragepy/issues/880
.. _issue 886: https://github.com/nedbat/coveragepy/issues/886
.. _issue 895: https://github.com/nedbat/coveragepy/issues/895
.. _issue 899: https://github.com/nedbat/coveragepy/issues/899
.. _issue 900: https://github.com/nedbat/coveragepy/issues/900


.. _changes_50:
Links

@vorpal-buildbot
Copy link
Contributor

Changelogs

coverage 5.0.1


  • If a 4.x data file is the cause of a "file is not a database" error, then use
    a more specific error message, "Looks like a coverage 4.x data file, are you
    mixing versions of coverage?" Helps diagnose the problems described in
    issue 886_.

  • Measurement contexts and relative file names didn't work together, as
    reported in issue 899_ and issue 900_. This is now fixed, thanks to
    David Szotten.

  • When using coverage run --concurrency=multiprocessing, all data files
    should be named with parallel-ready suffixes. 5.0 mistakenly named the main
    process' file with no suffix when using --append. This is now fixed,
    closing issue 880_.

  • Fixed a problem on Windows when the current directory is changed to a
    different drive (issue 895_). Thanks, Olivier Grisel.

  • Updated Python 3.9 support to 3.9a2.

.. _issue 880: nedbat/coveragepy#880
.. _issue 886: nedbat/coveragepy#886
.. _issue 895: nedbat/coveragepy#895
.. _issue 899: nedbat/coveragepy#899
.. _issue 900: nedbat/coveragepy#900

.. _changes_50:

@TravisBuddy
Copy link

Hey @pyup-bot,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 505f78c0-2510-11ea-a370-437b06048fa6

@codecov
Copy link

codecov bot commented Dec 22, 2019

Codecov Report

Merging #6956 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6956      +/-   ##
==========================================
+ Coverage   41.02%   41.02%   +<.01%     
==========================================
  Files         272      272              
  Lines       13627    13627              
  Branches     2046     2046              
==========================================
+ Hits         5590     5591       +1     
+ Misses       7799     7795       -4     
- Partials      238      241       +3
Impacted Files Coverage Δ
maintenance/elo.py 0% <0%> (ø) ⬆️
decksite/view.py 61.12% <0%> (ø) ⬆️
decksite/views/person_achievements.py 35% <0%> (ø) ⬆️
decksite/data/rule.py 23.42% <0%> (ø) ⬆️
decksite/league.py 34.76% <0%> (+0.33%) ⬆️

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 24663e4...526e3a5. Read the comment docs.

@mergify mergify bot merged commit 74e4dfe into master Dec 22, 2019
@mergify mergify bot deleted the pyup-update-coverage-5.0-to-5.0.1 branch December 22, 2019 23:11
@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 Dec 22, 2019
@vorpal-buildbot
Copy link
Contributor

Seen on LOGS (created by @pyup-bot and merged by @mergify[bot] 12 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 Dec 22, 2019
@vorpal-buildbot
Copy link
Contributor

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

3 participants