-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump coverage from 6.3.3 to 6.4.2 #78
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 to 6.4.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@6.3.3...6.4.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jul 12, 2022
@dependabot ignore this major version
Dr William Henney, Instituto de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus Morelia
…On 12 Jul 2022 13:46:54, dependabot[bot] ***@***.***> wrote:
Bumps coverage <https://github.com/nedbat/coveragepy> from 6.3.3 to 6.4.2.
Changelog
*Sourced from coverage's changelog
<https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst>.*
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.
Fixes issue 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
<https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1399> ..
_issue 1419: nedbat/coveragepy#1419
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/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_ and pull 1388*). Slightly improved performance when using the C
trace function, as most environments do. Closes issue 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
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1339> ..
_pull 1381: nedbat/coveragepy#1381
<https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1381> ..
_pull 1388: nedbat/coveragepy#1388
<https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1388> ..
_issue 1390: nedbat/coveragepy#1390
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/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 (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:
... (truncated)
Commits
- 8ab9ff1
<nedbat/coveragepy@8ab9ff1>
docs: latest sample HTML report
- ee751cf
<nedbat/coveragepy@ee751cf>
docs: prep for 6.4.2
- 413ccb7
<nedbat/coveragepy@413ccb7>
build: run tests on nightly versions every day
- d890bff
<nedbat/coveragepy@d890bff>
docs: update the 3.11 version
- 0d64498
<nedbat/coveragepy@0d64498>
fix: 3.11.0b4 has 0-numbered lines. Fixes #1419
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1419>
- 297b70e
<nedbat/coveragepy@297b70e>
build: ***@***.*** now accepts 'all'
- ef25867
<nedbat/coveragepy@ef25867>
build(deps): bump actions/dependency-review-action from 1 to 2 (#1404
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1404>)
- b1f9cc0
<nedbat/coveragepy@b1f9cc0>
build(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (
#1412
<https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1412>)
- f75d60a
<nedbat/coveragepy@f75d60a>
style: use new regex match object group access
- 8447c99
<nedbat/coveragepy@8447c99>
test: copying *pycache* was causing race conditions, and was unneeded
anyway.
- Additional commits viewable in compare view
<nedbat/coveragepy@6.3.3...6.4.2>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#78
Commit Summary
- d52c3a1
<d52c3a1>
Bump coverage from 6.3.3 to 6.4.2
File Changes
(1 file <https://github.com/will-henney/whispy/pull/78/files>)
- *M* poetry.lock
<https://github.com/will-henney/whispy/pull/78/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(86)
Patch Links:
- https://github.com/will-henney/whispy/pull/78.patch
- https://github.com/will-henney/whispy/pull/78.diff
—
Reply to this email directly, view it on GitHub
<#78>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHL4F5FMH5FALE6LGO2CTVTW4R5ANCNFSM53MAAZ5Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
OK, I won't notify you about version 6.x.x again, unless you re-open this PR or update to a 6.x.x release yourself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps coverage from 6.3.3 to 6.4.2.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
8ab9ff1
docs: latest sample HTML reportee751cf
docs: prep for 6.4.2413ccb7
build: run tests on nightly versions every dayd890bff
docs: update the 3.11 version0d64498
fix: 3.11.0b4 has 0-numbered lines. Fixes #1419297b70e
build: styfle/cancel-workflow-action@0.10.0 now accepts 'all'ef25867
build(deps): bump actions/dependency-review-action from 1 to 2 (#1404)b1f9cc0
build(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#1412)f75d60a
style: use new regex match object group access8447c99
test: copying pycache was causing race conditions, and was unneeded anyway.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 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)