fix(deps): update dependency coverage to v7.11.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| coverage | project.optional-dependencies | minor |
==7.10.6 -> ==7.11.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
nedbat/coveragepy (coverage)
v7.11.0
- Dropped support for Python 3.9, declared support for Python 3.15 alpha.
.. _changes_7-10-7:
v7.10.7
-
Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closing
issue 2048_. Thanks to Daniel Diniz for help diagnosing the problem. -
Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closes
issue 1921_.
.. _issue 1921: https://github.com/nedbat/coveragepy/issues/1921 .. _issue 2048: https://github.com/nedbat/coveragepy/issues/2048
.. _changes_7-10-6:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.