-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bump coverage from 7.6.7 to 7.6.8 #111
Merged
Merged
Conversation
This file contains 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.6.7 to 7.6.8. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.7...7.6.8) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 25, 2024
@dependabot merge
…On Mon, Nov 25, 2024 at 5:53 AM dependabot[bot] ***@***.***> wrote:
Bumps coverage <https://github.com/nedbat/coveragepy> from 7.6.7 to 7.6.8.
Changelog
*Sourced from coverage's changelog
<https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst>.*
Version 7.6.8 — 2024-11-23
-
Fix: the LCOV report code assumed that a branch line that took no
branches meant that the entire line was unexecuted. This isn't true in a
few cases: the line might always raise an exception, or might have been
optimized away. Fixes issue 1896_.
-
Fix: similarly, the HTML report will now explain that a line that
jumps to none of its expected destinations must have always raised an
exception. Previously, it would say something nonsensical like, "line 4
didn't jump to line 5 because line 4 was never true, and it didn't jump to
line 7 because line 4 was always true." This was also shown in issue
1896_.
.. _issue 1896: nedbat/coveragepy#1896
<https://redirect.github.com/nedbat/coveragepy/issues/1896>
.. _changes_7-6-7:
Commits
- 6134266
<nedbat/coveragepy@6134266>
docs: sample HTML for 7.6.8
- 041f963
<nedbat/coveragepy@041f963>
docs: prep for 7.6.8
- 7fe48b6
<nedbat/coveragepy@7fe48b6>
build: don't search generated report files
- f219144
<nedbat/coveragepy@f219144>
docs: start changelog entries with capital letters
- d1a916a
<nedbat/coveragepy@d1a916a>
fix: a line that branches nowhere must always raise an exception
- 2ace7a2
<nedbat/coveragepy@2ace7a2>
fix: don't assume 'no branches' means 'not executed' #1896
<https://redirect.github.com/nedbat/coveragepy/issues/1896>
- 3ed5915
<nedbat/coveragepy@3ed5915>
style: all of ci should use underscores
- 0db86f2
<nedbat/coveragepy@0db86f2>
build: automate updating readthedocs
- 2a89551
<nedbat/coveragepy@2a89551>
chore: make upgrade (not sure why files became absolute)
- ba9c157
<nedbat/coveragepy@ba9c157>
chore: make doc_upgrade
- Additional commits viewable in compare view
<nedbat/coveragepy@7.6.7...7.6.8>
[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:
#111
Commit Summary
- 42755f7
<42755f7>
Bump coverage from 7.6.7 to 7.6.8
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/111/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/111/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(126)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/111.patch
- https://github.com/beaufour/flickr-download/pull/111.diff
—
Reply to this email directly, view it on GitHub
<#111>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POOHH33MHK5ZJ77MRUD2CJ7LLAVCNFSM6AAAAABSM4MDCOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4DQNZYGQ4TEMQ>
.
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
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.6.7 to 7.6.8.
Changelog
Sourced from coverage's changelog.
Commits
6134266
docs: sample HTML for 7.6.8041f963
docs: prep for 7.6.87fe48b6
build: don't search generated report filesf219144
docs: start changelog entries with capital lettersd1a916a
fix: a line that branches nowhere must always raise an exception2ace7a2
fix: don't assume 'no branches' means 'not executed' #18963ed5915
style: all of ci should use underscores0db86f2
build: automate updating readthedocs2a89551
chore: make upgrade (not sure why files became absolute)ba9c157
chore: make doc_upgradeDependabot 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)