-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Forbid synchronous context managers #2543
Conversation
…test server/client.
LGTM |
Implementation note: I use |
Codecov Report
@@ Coverage Diff @@
## master #2543 +/- ##
==========================================
- Coverage 97.18% 97.16% -0.02%
==========================================
Files 40 40
Lines 8199 8193 -6
Branches 1441 1441
==========================================
- Hits 7968 7961 -7
- Misses 99 100 +1
Partials 132 132
Continue to review full report at Codecov.
|
@pfreixes please next time approve by github UI, not onlt by |
Oki doki, one question can I click merge button but taking into account that must pass the CI pipeline to finally do it? Something like "Merge if CI passes" |
IMHO Merge button becomes enabled only if CI passed. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
for ClientSession and test client/server.
Fixes #2540