• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #19600
89%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2024 07:43AM UTC
Jobs 1
Files 601
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Dec 2024 07:32AM UTC coverage: 88.609% (+0.009%) from 88.6%
#19600

push

github

web-flow
Introduce custom NameResolver.Args (#11669)

grpc-binder's upcoming AndroidIntentNameResolver needs to know the target Android user so it can resolve target URIs in the correct place. Unfortunately, Android's built in intent:// URI scheme has no way to specify a user and in fact the android.os.UserHandle object can't reasonably be encoded as a String at all.

We solve this problem by extending NameResolver.Args with the same type-safe and domain-specific Key<T> pattern used by CallOptions, Context and CreateSubchannelArgs. New "custom" arguments could apply to all NameResolvers of a certain URI scheme, to all NameResolvers producing a particular type of java.net.SocketAddress, or even to a specific NameResolver subclass.

33512 of 37820 relevant lines covered (88.61%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.11
-0.16% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java
2
81.05
-2.11% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
3
9.68
-0.32% ../api/src/main/java/io/grpc/ManagedChannelBuilder.java
28
91.2
0.24% ../core/src/main/java/io/grpc/internal/ManagedChannelImplBuilder.java
30
82.86
0.58% ../api/src/main/java/io/grpc/NameResolver.java
Jobs
ID Job ID Ran Files Coverage
1 #19600.1 20 Dec 2024 07:43AM UTC 601
88.61
Source Files on build #19600
  • Tree
  • List 601
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19600
  • 0b2d4409 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc