pip(deps): update coverage[toml] requirement from ~=6.1 to ~=6.4
Updates the requirements on coverage[toml] to permit the latest version.
Release notes
Sourced from coverage[toml]'s releases.
6.4
- A new setting, [run] sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (see issue 1310). Now the signal handler is only used if you opt-in by setting
[run] sigterm = true.- Small changes to the HTML report:
- Added links to next and previous file, and more keyboard shortcuts:
[and]for next file and previous file;ufor up to the index; and?to open/close the help panel. Thanks, J. M. F. Tsang.- The timestamp and version are displayed at the top of the report. Thanks, Ammar Askar. Closes issue 1351.
- A new debug option
debug=sqldataadds more detail todebug=sql, logging all the data being written to the database.- Previously, running
coverage report(or any of the reporting commands) in an empty directory would create a .coverage data file. Now they do not, fixing issue 1328.- On Python 3.11, the
[toml]extra no longer installs tomli, instead using tomllib from the standard library. Thanks Shantanu.- In-memory CoverageData objects now properly update(), closing issue 1323.
Changelog
Sourced from coverage[toml]'s changelog.
Version 6.4 — 2022-05-22
A new setting, :ref:
config_run_sigterm, controls whether a SIGTERM signal handler is used. In 6.3, the signal handler was always installed, to capture data at unusual process ends. Unfortunately, this introduced other problems (seeissue 1310_). Now the signal handler is only used if you opt-in by setting[run] sigterm = true.Small changes to the HTML report:
Added links to next and previous file, and more keyboard shortcuts:
[and]for next file and previous file;ufor up to the index; and?to open/close the help panel. Thanks,J. M. F. Tsang <pull 1364_>_.The timestamp and version are displayed at the top of the report. Thanks,
Ammar Askar <pull 1354_>. Closesissue 1351.A new debug option
debug=sqldataadds more detail todebug=sql, logging all the data being written to the database.Previously, running
coverage report(or any of the reporting commands) in an empty directory would create a .coverage data file. Now they do not, fixingissue 1328_.On Python 3.11, the
[toml]extra no longer installs tomli, instead using tomllib from the standard library. ThanksShantanu <pull 1359_>_.In-memory CoverageData objects now properly update(), closing
issue 1323_... _issue 1310: nedbat/coveragepy#1310 .. _issue 1323: nedbat/coveragepy#1323 .. _issue 1328: nedbat/coveragepy#1328 .. _issue 1351: nedbat/coveragepy#1351 .. _pull 1354: nedbat/coveragepy#1354 .. _pull 1359: nedbat/coveragepy#1359 .. _pull 1364: nedbat/coveragepy#1364
.. _changes_633:
Version 6.3.3 — 2022-05-12
- Fix: Coverage.py now builds successfully on CPython 3.11 (3.11.0b1) again. Closes
issue 1367_. Some results for generators may have changed... _issue 1367: nedbat/coveragepy#1367
... (truncated)
Commits
e6df5b3fix: don't create a data file when just trying to read one. #1328d849b25docs: latest sample HTML report3ab15f4build: prep for 6.4b5a1102docs: spell check0d8c6cbdocs: mention in the man page2b0f584build: more make targets for release stepsc739564docs: add a note about using --debug=trace to debug No Data. #1379439ccadstyle(docs): use definition list for warningsa49ca09feat: a new debug optionsqldatashows all the data being written to the db.8991e9drefactor: SqliteDb uses its debug object more like other code- 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 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)
Pull Request Test Coverage Report for Build 2369875633
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.1%) to 96.096%
| Totals | |
|---|---|
| Change from base Build 2340502364: | 0.1% |
| Covered Lines: | 2240 |
| Relevant Lines: | 2331 |
💛 - Coveralls
Superseded by #263.