Remove unreachable code in test_lifespan_failure to achieve 100% coverage#357
Closed
Copilot wants to merge 9 commits intosupport-python-314from
Closed
Remove unreachable code in test_lifespan_failure to achieve 100% coverage#357Copilot wants to merge 9 commits intosupport-python-314from
Copilot wants to merge 9 commits intosupport-python-314from
Conversation
Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
…rage Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Owner
|
@copilot the problem was the test http file |
Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Co-authored-by: Kludex <7353520+Kludex@users.noreply.github.com>
Owner
|
@copilot are you running coverage??? |
Copilot
AI
changed the title
[WIP] Add test to cover missing line in coverage
Remove unreachable code in test_lifespan_failure to achieve 100% coverage
Dec 26, 2025
Contributor
Author
I've checked the coverage and I'm getting 100% coverage on both test_lifespan.py and test_http.py. Could you clarify what specific line in test_http.py is missing coverage? I want to make sure I'm addressing the correct issue.
Yes, I'm running coverage with |
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.
Lines 206-208 in
tests/test_lifespan.pyhad# pragma: no coverannotations marking unreachable code that prevented 100% coverage.Changes
LifespanFailureexceptions immediately upon receiving failure events, preventing further execution)Before/After
Before:
After:
When
failure_type == "startup", startup fails and the protocol raises an exception before shutdown is reached. Whenfailure_type == "shutdown", startup succeeds and then shutdown fails.Coverage: 99% → 100%
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.