ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 18 forks source link

Added option for async transport building #264

Closed alex268 closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 78.64078% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 43.99%. Comparing base (4bfda68) to head (b90e642).

Files Patch % Lines
...ain/java/tech/ydb/core/impl/BaseGrpcTransport.java 15.78% 14 Missing and 2 partials :warning:
...src/main/java/tech/ydb/core/impl/YdbDiscovery.java 87.85% 9 Missing and 4 partials :warning:
...main/java/tech/ydb/core/impl/YdbTransportImpl.java 68.42% 7 Missing and 5 partials :warning:
...java/tech/ydb/core/impl/MultiChannelTransport.java 0.00% 7 Missing :warning:
...n/java/tech/ydb/core/impl/pool/PriorityPicker.java 85.71% 4 Missing and 3 partials :warning:
.../java/tech/ydb/core/grpc/GrpcTransportBuilder.java 61.53% 5 Missing :warning:
.../java/tech/ydb/core/impl/auth/AuthCallOptions.java 50.00% 2 Missing and 3 partials :warning:
...ava/tech/ydb/core/impl/SingleChannelTransport.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #264 +/- ## ============================================ + Coverage 41.42% 43.99% +2.56% - Complexity 1460 1550 +90 ============================================ Files 295 294 -1 Lines 11363 11359 -4 Branches 1112 1109 -3 ============================================ + Hits 4707 4997 +290 + Misses 6296 5966 -330 - Partials 360 396 +36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.