-
Notifications
You must be signed in to change notification settings - Fork 2.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
docs: use port replace port expose in client #3340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3340 +/- ##
==========================================
+ Coverage 88.73% 89.73% +0.99%
==========================================
Files 152 152
Lines 10812 10820 +8
==========================================
+ Hits 9594 9709 +115
+ Misses 1218 1111 -107
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
* docs: use port replace port expose in client * test: clarify client tests * test: add timeout as custom marker * test: add custom markers
port_expose
toport
.test_independent_client
is not testing client, it's testing flow.coverage.rc
since not used anymore, removejina/hub
from test config since hub is not a submodule of jina anymore. Addedpytest.ini
to ignorepytest.mark.slow
warnings.