-
Notifications
You must be signed in to change notification settings - Fork 64
Bump coverage from 7.10.2 to 7.10.3 #151
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.10.2 to 7.10.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.2...7.10.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Mon, Aug 11, 2025 at 3:32 AM dependabot[bot] ***@***.***> wrote:
Bumps coverage <https://github.com/nedbat/coveragepy> from 7.10.2 to
7.10.3.
Changelog
*Sourced from coverage's changelog
<https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst>.*
Version 7.10.3 — 2025-08-10
-
Fixes for patch = subprocess:
-
If subprocesses spawned yet more subprocesses simultaneously, some
coverage could be missed. This is now fixed, closing issue 2024_.
-
If subprocesses were created in other directories, their data files
were stranded there and not combined into the totals, as described in issue
2025_. This is now fixed.
-
On Windows (or maybe only some Windows?) the patch would fail with
a ModuleNotFound error trying to import coverage. This is now
fixed, closing issue 2022_.
-
Originally only options set in the coverage configuration file
would apply to subprocesses. Options set on the coverage run
command line (such as --branch) wouldn't be communicated to the
subprocesses. This could lead to combining failures, as described in issue
2021_. Now the entire configuration is used in subprocesses,
regardless of its origin.
-
Added debug=patch to help diagnose problems.
-
Fix: really close all SQLite databases, even in-memory ones. Closes issue
2017_.
.. _issue 2017: coveragepy/coveragepy#2017
<https://redirect.github.com/nedbat/coveragepy/issues/2017> .. _issue
2021: coveragepy/coveragepy#2021
<https://redirect.github.com/nedbat/coveragepy/issues/2021> .. _issue
2022: coveragepy/coveragepy#2022
<https://redirect.github.com/nedbat/coveragepy/issues/2022> .. _issue
2024: coveragepy/coveragepy#2024
<https://redirect.github.com/nedbat/coveragepy/issues/2024> .. _issue
2025: coveragepy/coveragepy#2025
<https://redirect.github.com/nedbat/coveragepy/issues/2025>
.. _changes_7-10-2:
Commits
- 0691ce5
<coveragepy/coveragepy@0691ce5>
docs: sample HTML for 7.10.3
- 34c9aca
<coveragepy/coveragepy@34c9aca>
docs: prep for 7.10.3
- fd83f21
<coveragepy/coveragepy@fd83f21>
style: lists for homogenous collections
- d961800
<coveragepy/coveragepy@d961800>
docs: remove an unused reference
- 697d4bb
<coveragepy/coveragepy@697d4bb>
fix: subprocesses inherit the entire configuration. #2021
<https://redirect.github.com/nedbat/coveragepy/issues/2021>
- b6db3b7
<coveragepy/coveragepy@b6db3b7>
build: show the total during local metacov
- cfbceb5
<coveragepy/coveragepy@cfbceb5>
docs: reverted #2018
<https://redirect.github.com/nedbat/coveragepy/issues/2018>
- 264bbd3
<coveragepy/coveragepy@264bbd3>
refactor: more patch logging
- 3ecdfaf
<coveragepy/coveragepy@3ecdfaf>
chore: bump the action-dependencies group with 2 updates (#2026
<https://redirect.github.com/nedbat/coveragepy/issues/2026>)
- 41a2256
<coveragepy/coveragepy@41a2256>
fix: revert "thread safe resume (#2018
<https://redirect.github.com/nedbat/coveragepy/issues/2018>)" (#2027
<https://redirect.github.com/nedbat/coveragepy/issues/2027>)
- Additional commits viewable in compare view
<coveragepy/coveragepy@7.10.2...7.10.3>
[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:
#151
Commit Summary
- 1c54734
<1c54734>
Bump coverage from 7.10.2 to 7.10.3
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/151/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/151/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(178)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/151.patch
- https://github.com/beaufour/flickr-download/pull/151.diff
—
Reply to this email directly, view it on GitHub
<#151>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POI5Z72C7I66OPZEPHL3M76EZAVCNFSM6AAAAACDSCS76OVHI2DSMVQWIX3LMV43ASLTON2WKOZTGMYDQMRWGEYTIMI>
.
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.10.2 to 7.10.3.
Changelog
Sourced from coverage's changelog.
Commits
0691ce5docs: sample HTML for 7.10.334c9acadocs: prep for 7.10.3fd83f21style: lists for homogenous collectionsd961800docs: remove an unused reference697d4bbfix: subprocesses inherit the entire configuration. #2021b6db3b7build: show the total during local metacovcfbceb5docs: reverted #2018264bbd3refactor: more patch logging3ecdfafchore: bump the action-dependencies group with 2 updates (#2026)41a2256fix: revert "thread safe resume (#2018)" (#2027)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 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)