Closed ghjhhyuyuy closed 3 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 75.36%. Comparing base (
8560e0e
) to head (2923348
).
Files | Patch % | Lines |
---|---|---|
nebula3/gclient/net/Connection.py | 0.00% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@HarrisChu @Nicole00 kindly check the change now, what do you think?
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
When authenticate to graphd failed,the status of the connection has not been modified, resulting in the inability to continue using it in the future.I encountered this issue and thinking this commit can fix it.
How do you solve it?
Modify connection status
is_used
to FalseSpecial notes for your reviewer, ex. impact of this fix, design document, etc: