ibkr-report-parser
ibkr-report-parser copied to clipboard
Bump coverage[toml] from 7.4.0 to 7.4.4
Bumps coverage[toml] from 7.4.0 to 7.4.4.
Release notes
Sourced from coverage[toml]'s releases.
7.4.4
- 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. It is also now documented on theconfiguration page <config_report_format>
.:arrow_right: PyPI page: coverage 7.4.4. :arrow_right: To install:
python3 -m pip install coverage==7.4.4
7.4.3
- Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration." This is now fixed, closing issue 1733.
:arrow_right: PyPI page: coverage 7.4.3. :arrow_right: To install:
python3 -m pip install coverage==7.4.3
7.4.2
- Fix: setting
COVERAGE_CORE=sysmon
no longer errors on 3.11 and lower, thanks Hugo van Kemenade. It now issues a warning that sys.monitoring is not available and falls back to the default core instead.:arrow_right: PyPI page: coverage 7.4.2. :arrow_right: To install:
python3 -m pip install coverage==7.4.2
7.4.1
- Python 3.13.0a3 is supported.
- Fix: the JSON report now includes an explicit format version number, closing issue 1732.
:arrow_right: PyPI page: coverage 7.4.1. :arrow_right: To install:
python3 -m pip install coverage==7.4.1
Changelog
Sourced from coverage[toml]'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: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: 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=sysmon
no 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
bc5e2d7
docs: sample HTML for 7.4.49b0008b
docs: prep for 7.4.4a536161
docs: thanks, Bruno Rodrigues dos Santose06e4f9
chore: make doc_upgradef30818e
chore: make upgrade1b19799
fix: ensure absolute paths are relative when combined #17521ef020d
build: more cheats for convenient URLs3d57a07
docs: document the report:format setting8e30221
fix: correct the type of report:format in config.py (#1754)6289be8
refactor: 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)