-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix a false positive unreachable
for NoReturn
coroutine functions
#9844
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #9844 +/- ##
=======================================
Coverage 95.79% 95.79%
=======================================
Files 174 174
Lines 18925 18925
=======================================
Hits 18130 18130
Misses 795 795
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. Welcome aboard β΅ !
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit a234e50 |
β¦#9844) (#9845) (cherry picked from commit 83ade13) Co-authored-by: Tomasz Michalski <[email protected]>
Type of Changes
Description
Fixed a false positive
unreachable
forNoReturn
coroutine functions.Closes #9840