minos-python
minos-python copied to clipboard
Bump coverage from 6.3.2 to 6.4.2 in /packages/core/minos-microservice-saga
Bumps coverage from 6.3.2 to 6.4.2.
Changelog
Sourced from coverage's changelog.
Version 6.4.2 — 2022-07-12
Updated for a small change in Python 3.11.0 beta 4: modules now start with a line with line number 0, which is ignored. This line cannnot be executed, so coverage totals were thrown off. This line is now ignored by coverage.py, but this also means that truly empty modules (like
__init__.py) have no lines in them, rather than one phantom line. Fixesissue 1419_.Internal debugging data added to sys.modules is now an actual module, to avoid confusing code that examines everything in sys.modules. Thanks, Yilei Yang (
pull 1399_)... _pull 1399: nedbat/coveragepy#1399 .. _issue 1419: nedbat/coveragepy#1419
.. _changes_6-4-1:
Version 6.4.1 — 2022-06-02
Greatly improved performance on PyPy, and other environments that need the pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (
pull 1381_ andpull 1388). Slightly improved performance when using the C trace function, as most environments do. Closesissue 1339.The conditions for using tomllib from the standard library have been made more precise, so that 3.11 alphas will continue to work. Closes
issue 1390_... _issue 1339: nedbat/coveragepy#1339 .. _pull 1381: nedbat/coveragepy#1381 .. _pull 1388: nedbat/coveragepy#1388 .. _issue 1390: nedbat/coveragepy#1390
.. _changes_64:
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:
... (truncated)
Commits
8ab9ff1docs: latest sample HTML reportee751cfdocs: prep for 6.4.2413ccb7build: run tests on nightly versions every dayd890bffdocs: update the 3.11 version0d64498fix: 3.11.0b4 has 0-numbered lines. Fixes #1419297b70ebuild: styfle/[email protected] now accepts 'all'ef25867build(deps): bump actions/dependency-review-action from 1 to 2 (#1404)b1f9cc0build(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#1412)f75d60astyle: use new regex match object group access8447c99test: copying pycache was causing race conditions, and was unneeded anyway.- 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)