Bump coverage from 7.14.1 to 7.14.2#762
Merged
Merged
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.1 to 7.14.2. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.1...7.14.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #762 +/- ##
=======================================
Coverage 75.73% 75.73%
=======================================
Files 58 58
Lines 8274 8274
Branches 1614 1614
=======================================
Hits 6266 6266
Misses 1384 1384
Partials 624 624
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.14.1 to 7.14.2.
Changelog
Sourced from coverage's changelog.
Commits
153f932docs: sample HTML for 7.14.2311bc67docs: prep for 7.14.27f314bedocs: thanks, Matthew Lloyd #2193f960696Fix: close SQLite connections from terminated threads (#2192) (#2193)2429615docs: fix a changelog entryced7f8abuild: cibuildwheel 4.0.0 no longer has this enable option30a567cchore: make upgrade27c11f1fix: write messages to stderr. #2197bdbe01fchore: bump the action-dependencies group with 3 updates (#2191)dc2fd3bchore: bump the action-dependencies group with 2 updates (#2188)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 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)Greptile Summary
This PR bumps the
coveragedev dependency from 7.14.1 to 7.14.2 inpyproject.toml. The new patch release includes three bug fixes: messages being incorrectly written to stdout instead of stderr, SQLite connection leaks from terminated threads causing file descriptor exhaustion on long runs with many short-lived threads, and asys.monitoringtool ID collision fix.pyproject.toml— no functional application code is changed.Confidence Score: 5/5
This is a safe, isolated patch-version bump of a test-only dependency with no changes to application code.
The only change is a single version pin update for
coveragein the test extras ofpyproject.toml. The 7.14.2 release is a pure bug-fix patch that improves stdout/stderr handling, fixes a file-descriptor leak on long multi-threaded test runs, and resolves asys.monitoringtool ID conflict — all strictly beneficial for CI reliability.No files require special attention.
Important Files Changed
coveragetest dependency from 7.14.1 to 7.14.2; no other changes.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml] --> B[coverage==7.14.1] A --> C[coverage==7.14.2] B -- bumped to --> C C --> D[Fix: messages to stderr] C --> E[Fix: SQLite connection leak per thread] C --> F[Fix: sys.monitoring tool ID collision]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A[pyproject.toml] --> B[coverage==7.14.1] A --> C[coverage==7.14.2] B -- bumped to --> C C --> D[Fix: messages to stderr] C --> E[Fix: SQLite connection leak per thread] C --> F[Fix: sys.monitoring tool ID collision]Reviews (1): Last reviewed commit: "Bump coverage from 7.14.1 to 7.14.2" | Re-trigger Greptile