-
Notifications
You must be signed in to change notification settings - Fork 64
Bump coverage from 7.6.12 to 7.7.0 #126
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
Merged
Merged
Conversation
This file contains hidden or 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 7.6.12 to 7.7.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.6.12...7.7.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Sun, Mar 16, 2025 at 9:24 PM dependabot[bot] ***@***.***> wrote:
Bumps coverage <https://github.com/nedbat/coveragepy> from 7.6.12 to
7.7.0.
Changelog
*Sourced from coverage's changelog
<https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst>.*
Version 7.7.0 — 2025-03-16
-
The Coverage object has a new method, :meth:.Coverage.branch_stats for
getting simple branch information for a module. Closes issue 1888_.
-
The :class:Coverage constructor<.Coverage> now has a plugins parameter
for passing in plugin objects directly, thanks to Alex Gaynor <pull
1919_>_.
-
Many constant tests in if statements are now recognized as being
optimized away. For example, previously if 13: would have been
considered a branch with one path not taken. Now it is understood as always
true and no coverage is missing.
-
The experimental sys.monitoring support now works for branch coverage
if you are using Python 3.14.0 alpha 6 or newer. This should reduce the
overhead coverage.py imposes on your test suite. Set the environment
variable COVERAGE_CORE=sysmon to try it out.
-
Confirmed support for PyPy 3.11. Thanks Michał Górny.
.. _issue 1888: coveragepy/coveragepy#1888
<https://redirect.github.com/nedbat/coveragepy/issues/1888> .. _pull
1919: coveragepy/coveragepy#1919
<https://redirect.github.com/nedbat/coveragepy/pull/1919>
.. _changes_7-6-12:
Commits
- 61dcf71
<coveragepy/coveragepy@61dcf71>
docs: sample HTML for 7.7.0
- 35a31c5
<coveragepy/coveragepy@35a31c5>
docs: prep for 7.7.0
- 8f6e006
<coveragepy/coveragepy@8f6e006>
docs: edit the changelog
- 33f12df
<coveragepy/coveragepy@33f12df>
feat: Coverage.branch_stats() #1888
<https://redirect.github.com/nedbat/coveragepy/issues/1888>
- c4919cb
<coveragepy/coveragepy@c4919cb>
lint: somehow these snuck through
- 7e9f2f2
<coveragepy/coveragepy@7e9f2f2>
perf(sysmon): silly mistake
- 1e99d28
<coveragepy/coveragepy@1e99d28>
perf(sysmon): improve speed
- c9908d7
<coveragepy/coveragepy@c9908d7>
test: benchmark improvements
- 0973f44
<coveragepy/coveragepy@0973f44>
chore: bump the action-dependencies group with 2 updates (#1935
<https://redirect.github.com/nedbat/coveragepy/issues/1935>)
- 824b3ba
<coveragepy/coveragepy@824b3ba>
style: fix one change from updated pylint
- Additional commits viewable in compare view
<coveragepy/coveragepy@7.6.12...7.7.0>
[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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#126
Commit Summary
- 55aea95
<55aea95>
Bump coverage from 7.6.12 to 7.7.0
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/126/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/126/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(128)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/126.patch
- https://github.com/beaufour/flickr-download/pull/126.diff
—
Reply to this email directly, view it on GitHub
<#126>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POJD4KVX3M26TNNZCQL2UYP4VAVCNFSM6AAAAABZEJBZ32VHI2DSMVQWIX3LMV43ASLTON2WKOZSHEZDGNBYHA3DCMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 7.6.12 to 7.7.0.
Changelog
Sourced from coverage's changelog.
Commits
61dcf71docs: sample HTML for 7.7.035a31c5docs: prep for 7.7.08f6e006docs: edit the changelog33f12dffeat: Coverage.branch_stats() #1888c4919cblint: somehow these snuck through7e9f2f2perf(sysmon): silly mistake1e99d28perf(sysmon): improve speedc9908d7test: benchmark improvements0973f44chore: bump the action-dependencies group with 2 updates (#1935)824b3bastyle: fix one change from updated pylintDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)