Bump coverage from 7.0.5 to 7.4.4
Bumps coverage from 7.0.5 to 7.4.4.
Changelog
Sourced from coverage's changelog.
Version 7.4.4 — 2024-03-14
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 inissue 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:formatsetting 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: nedbat/coveragepy#1752 .. _pull 1754: nedbat/coveragepy#1754
.. _changes_7-4-3:
Version 7.4.3 — 2024-02-23
- Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration." This is now fixed, closing
issue 1733_... _issue 1733: nedbat/coveragepy#1733
.. _changes_7-4-2:
Version 7.4.2 — 2024-02-20
- Fix: setting
COVERAGE_CORE=sysmonno longer errors on 3.11 and lower, thanksHugo van Kemenade <pull 1747_>_. It now issues a warning that sys.monitoring is not available and falls back to the default core instead... _pull 1747: nedbat/coveragepy#1747
.. _changes_7-4-1:
... (truncated)
Commits
bc5e2d7docs: sample HTML for 7.4.49b0008bdocs: prep for 7.4.4a536161docs: thanks, Bruno Rodrigues dos Santose06e4f9chore: make doc_upgradef30818echore: make upgrade1b19799fix: ensure absolute paths are relative when combined #17521ef020dbuild: more cheats for convenient URLs3d57a07docs: document the report:format setting8e30221fix: correct the type of report:format in config.py (#1754)6289be8refactor: use dataclasses, no namedtuple- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)