Bump coverage from 7.13.5 to 7.14.0#729
Merged
Merged
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.5 to 7.14.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.5...7.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 #729 +/- ##
=======================================
Coverage 74.82% 74.82%
=======================================
Files 56 56
Lines 8095 8095
Branches 1577 1577
=======================================
Hits 6057 6057
Misses 1422 1422
Partials 616 616
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
waltsims
approved these changes
May 16, 2026
Owner
waltsims
left a comment
There was a problem hiding this comment.
LGTM, dependency patch bump with green CI.
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.13.5 to 7.14.0.
Changelog
Sourced from coverage's changelog.
Commits
646351bdocs: sample HTML for 7.14.039cd015docs: prep for 7.14.0649e8aadocs: thanks Alex Vandiver for #21658cd392efix: snapshot data in Collector.flush_data to avoid threading race (#2165)c48e0edfix: less output for combiningc2a3a28docs: explain the change from #21621cd47aafix: implicit combine-during-report now removes the combined data files2d99fd7feat: automatically combine coverage in report, thanks Tim Hatch (#2162)9fbdcdffix: lazy soft keywords are bolded5de7d02build: oops, misplaced quoteDependabot 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
Bumps the pinned
coveragetest dependency from 7.13.5 to 7.14.0 inpyproject.toml. The new release is a minor version update with no breaking changes..coverage.*data files exist, coverage will now automatically combine them before generating a report. This could change CI behaviour if the project collects parallel coverage data, but the test extras here usecoveragedirectly so the impact is limited.combineoutput, thread-safety fix inCollector.flush_data, and correctsys.pathwhen running a file through a symlink.Confidence Score: 5/5
Safe to merge — only a single-line version bump for a test-only dependency with no breaking changes in the new release.
The change touches only the pinned
coverageversion used in testing. The 7.14.0 release adds a quality-of-life auto-combine feature and three bug fixes; none affect library behaviour or the project's own code.No files require special attention.
Important Files Changed
coverageversion from 7.13.5 to 7.14.0 in the test extrasFlowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml] --> B[coverage pinned version] B --> C["7.13.5 → 7.14.0"] C --> D[New: implicit combine-before-report] C --> E[Fix: quieter combine output] C --> F[Fix: Collector.flush_data thread safety] C --> G[Fix: sys.path via symlink]Reviews (1): Last reviewed commit: "Bump coverage from 7.13.5 to 7.14.0" | Re-trigger Greptile