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

chore(deps): update dependency coverage to v4.5.4 #4276

Closed

Conversation

red-hat-konflux[bot]
Copy link

This PR contains the following updates:

Package Update Change
coverage minor ==4.3.4 -> ==4.5.4

Release Notes

nedbat/coveragepy (coverage)

v4.5.4

Compare Source

Version 4.5.4 — 2019-07-29

  • Multiprocessing support in Python 3.8 was broken, but is now fixed. Closes issue 828.

➡️  PyPI page: coverage 4.5.4.
➡️  To install: python3 -m pip install coverage==4.5.4

v4.5.3: 4.5.3

Compare Source

Version 4.5.3 — 2019-03-09

  • Only packaging metadata changes.

➡️  PyPI page: coverage 4.5.3.
➡️  To install: python3 -m pip install coverage==4.5.3

v4.5.2: 4.5.2

Compare Source

Version 4.5.2 — 2018-11-12

  • Namespace packages are supported on Python 3.7, where they used to cause TypeErrors about path being None. Fixes issue 700.
  • Python 3.8 (as of today!) passes all tests. Fixes issue 707 and issue 714.
  • Development moved from Bitbucket to GitHub.

➡️  PyPI page: coverage 4.5.2.
➡️  To install: python3 -m pip install coverage==4.5.2

v4.5.1: 4.5.1

Compare Source

Version 4.5.1 — 2018-02-10

  • Now that 4.5 properly separated the [run] omit and [report] omit settings, an old bug has become apparent. If you specified a package name for [run] source, then omit patterns weren’t matched inside that package. This bug (issue 638) is now fixed.
  • On Python 3.7, reporting about a decorated function with no body other than a docstring would crash coverage.py with an IndexError (issue 640). This is now fixed.
  • Configurer plugins are now reported in the output of --debug=sys.

➡️  PyPI page: coverage 4.5.1.
➡️  To install: python3 -m pip install coverage==4.5.1

v4.5: 4.5

Compare Source

Version 4.5 — 2018-02-03

  • A new kind of plugin is supported: configurers are invoked at start-up to allow more complex configuration than the .coveragerc file can easily do. See Plug-in classes for details. This solves the complex configuration problem described in issue 563.
  • The fail_under option can now be a float. Note that you must specify the [report] precision configuration option for the fractional part to be used. Thanks to Lars Hupfeldt Nielsen for help with the implementation. Fixes issue 631.
  • The include and omit options can be specified for both the [run] and [report] phases of execution. 4.4.2 introduced some incorrect interactions between those phases, where the options for one were confused for the other. This is now corrected, fixing issue 621 and issue 622. Thanks to Daniel Hahler for seeing more clearly than I could.
  • The coverage combine command used to always overwrite the data file, even when no data had been read from apparently combinable files. Now, an error is raised if we thought there were files to combine, but in fact none of them could be used. Fixes issue 629.
  • The coverage combine command could get confused about path separators when combining data collected on Windows with data collected on Linux, as described in issue 618. This is now fixed: the result path always uses the path separator specified in the [paths] result.
  • On Windows, the HTML report could fail when source trees are deeply nested, due to attempting to create HTML filenames longer than the 250-character maximum. Now filenames will never get much larger than 200 characters, fixing issue 627. Thanks to Alex Sandro for helping with the fix.

➡️  PyPI page: coverage 4.5.
➡️  To install: python3 -m pip install coverage==4.5

v4.4.2: 4.4.2

Compare Source

Version 4.4.2 — 2017-11-05

  • Support for Python 3.7. In some cases, class and module docstrings are no longer counted in statement totals, which could slightly change your total results.
  • Specifying both --source and --include no longer silently ignores the include setting, instead it displays a warning. Thanks, Loïc Dachary. Closes issue 265 and issue 101.
  • Fixed a race condition when saving data and multiple threads are tracing (issue 581). It could produce a “dictionary changed size during iteration” RuntimeError. I believe this mostly but not entirely fixes the race condition. A true fix would likely be too expensive. Thanks, Peter Baughman for the debugging, and Olivier Grisel for the fix with tests.
  • Configuration values which are file paths will now apply tilde-expansion, closing issue 589.
  • Now secondary config files like tox.ini and setup.cfg can be specified explicitly, and prefixed sections like [coverage:run] will be read. Fixes issue 588.
  • Be more flexible about the command name displayed by help, fixing issue 600. Thanks, Ben Finney.

➡️  PyPI page: coverage 4.4.2.
➡️  To install: python3 -m pip install coverage==4.4.2

v4.4.1: 4.4.1

Compare Source

Version 4.4.1 — 2017-05-14

  • No code changes: just corrected packaging for Python 2.7 Linux wheels.

➡️  PyPI page: coverage 4.4.1.
➡️  To install: python3 -m pip install coverage==4.4.1

v4.4

Compare Source

  • Fix: in some cases, even with [run] relative_files=True, a data file
    could be created with absolute path names. When combined with other relative
    data files, it was random whether the absolute file names would be made
    relative or not. If they weren't, then a file would be listed twice in
    reports, as detailed in issue 1752_. This is now fixed: absolute file
    names are always made relative when combining. Thanks to Bruno Rodrigues dos
    Santos for support.

  • Fix: the last case of a match/case statement had an incorrect message if the
    branch was missed. It said the pattern never matched, when actually the
    branch is missed if the last case always matched.

  • Fix: clicking a line number in the HTML report now positions more accurately.

  • Fix: the report:format setting was defined as a boolean, but should be a
    string. Thanks, Tanaydin Sirin <pull 1754_>_. It is also now documented
    on the :ref:configuration page <config_report_format>.

.. _issue 1752:https://github.com/nedbat/coveragepy/issues/17522
.. _pull 1754https://github.com/nedbat/coveragepy/pull/175454

.. _changes_7-4-3:


Configuration

📅 Schedule: Branch creation - "after 5am on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@Lorquas
Copy link
Member

Lorquas commented Nov 23, 2024

Can one of the admins verify this patch?

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.19%. Comparing base (1d8b213) to head (e711877).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4276      +/-   ##
==========================================
- Coverage   77.19%   77.19%   -0.01%     
==========================================
  Files         763      763              
  Lines       41528    41528              
  Branches     8776     8776              
==========================================
- Hits        32059    32057       -2     
- Misses       8412     8413       +1     
- Partials     1057     1058       +1     
Flag Coverage Δ
unittests 77.18% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@xiangce xiangce closed this Nov 25, 2024
@xiangce xiangce deleted the konflux/mintmaker/master/coverage-4.x branch November 25, 2024 01:38
Copy link
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==4.5.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

3 participants