build(deps-dev): bump coverage from 7.4.3 to 7.4.4 by dependabot[bot] · Pull Request #2752 · RDFLib/rdflib (original) (raw)
Bumps coverage from 7.4.3 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: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:
Commits
- bc5e2d7 docs: sample HTML for 7.4.4
- 9b0008b docs: prep for 7.4.4
- a536161 docs: thanks, Bruno Rodrigues dos Santos
- e06e4f9 chore: make doc_upgrade
- f30818e chore: make upgrade
- 1b19799 fix: ensure absolute paths are relative when combined #1752
- 1ef020d build: more cheats for convenient URLs
- 3d57a07 docs: document the report:format setting
- 8e30221 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)