Bump coverage from 7.14.0 to 7.14.1#753
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 to 7.14.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.0...7.14.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 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 #753 +/- ##
=======================================
Coverage 75.57% 75.57%
=======================================
Files 57 57
Lines 8195 8195
Branches 1600 1600
=======================================
Hits 6193 6193
Misses 1381 1381
Partials 621 621
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:
|
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.0 to 7.14.1.
Changelog
Sourced from coverage's changelog.
Commits
64d9b66docs: correct the date for 7.14.16fa7dd4chore: bump actions/dependency-review-action (#2181)078afaedocs: sample HTML for 7.14.1cb4f028docs: prep for 7.14.1ae2d09fMerge branch 'nedbat/classifire-316-kits'2c3568bbuild: declare 3.16 compatibilityfaa68f8chore: bump github/codeql-action in the action-dependencies group (#2173)eb55feetest: we don't need PyPy < 7.3.22 anymoreac168fetest: the text summary should show missingfed4bd2chore: upgrade virtualenvDependabot 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 pinned
coveragetest dependency from 7.14.0 to 7.14.1, a patch release that fixes an HTML report search regression and adds a Python 3.16 PyPI classifier.pyproject.toml; no application or test logic is modified.Confidence Score: 5/5
Safe to merge — a single-line patch-version bump to a dev-only test tool with no runtime impact.
The change is a one-line update to a pinned version of coverage, used only in the test extras. The 7.14.1 release contains only a CSS tweak in the HTML reporter and a PyPI metadata classifier; neither affects how coverage collects or reports data during CI runs.
No files require special attention.
Important Files Changed
coveragedev dependency from 7.14.0 to 7.14.1 — a pure patch-level version bump with no logic changes.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml] -->|test extras| B[coverage==7.14.1] B --> C[HTML report CSS fix for file-path search] B --> D[Python 3.16 PyPI classifier]Reviews (1): Last reviewed commit: "Bump coverage from 7.14.0 to 7.14.1" | Re-trigger Greptile