Cleanup for #8495#8541
Conversation
|
|
||
| actions.append("STOPPING") | ||
| # Handler should still complete and produce a response. | ||
| await t |
Check notice
Code scanning / CodeQL
Statement has no effect
| nonlocal t | ||
| t = asyncio.create_task(test()) | ||
| yield | ||
| await t |
Check notice
Code scanning / CodeQL
Statement has no effect
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8541 +/- ##
=======================================
Coverage 97.68% 97.68%
=======================================
Files 107 107
Lines 33350 33402 +52
Branches 3918 3923 +5
=======================================
+ Hits 32578 32630 +52
Misses 559 559
Partials 213 213
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
… finish-shutdown-pr
|
Looks good. There are some minor lint issues remaining. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8544 🤖 @patchback |
No description provided.