Bump coverage from 7.14.2 to 7.15.1#768
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.2 to 7.15.1. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.2...7.15.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| test = ["pytest", | ||
| "pytest-xdist", | ||
| "coverage==7.14.2", | ||
| "coverage==7.15.1", |
Contributor
There was a problem hiding this comment.
This line makes .[test] install coverage==7.15.1, but the existing lockfile still resolves coverage on the old 7.14.x line. Any uv or locked local workflow can keep running a different coverage version than the updated test extra, so local coverage results and CI installs can diverge until the lockfile is regenerated.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #768 +/- ##
=======================================
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.2 to 7.15.1.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
da63beddocs: sample HTML for 7.15.1bc35e64docs: prep for 7.15.1182b010perf: resolve sysmon branch events lazily, one pair at a time (#2221)ee271eeperf: compute multiline maps cheaply in the sysmon core (#2220)1441b96chore: bump the action-dependencies group with 6 updates (#2225)dd80635fix: escape context labels in html report inline script block (#2224)7c3ae71docs: normalize earlier history order (#2222)088dc60chore: make upgradef7e15a8test: upload .json and .xml coverage reports3b62112docs: thanks, Paul KehrerDependabot 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 updates the test coverage tool version.
coveragetest extra from 7.14.2 to 7.15.1 inpyproject.toml.Confidence Score: 5/5
The changed dependency pin looks mergeable after the lockfile is refreshed.
coverage run/coverage xmlusage match the updated package.Lockfile
Important Files Changed
coveragetest dependency pin to 7.15.1.Reviews (1): Last reviewed commit: "Bump coverage from 7.14.2 to 7.15.1" | Re-trigger Greptile