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

grpc / grpc-java / #20390
89%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2026 09:30PM UTC
Jobs 1
Files 686
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

03 Aug 2026 09:17PM UTC coverage: 89.149% (+0.01%) from 89.137%
#20390

push

github

jdcormie
binder: Let servers load their SecurityPolicy asynchronously

Android IPC servers can't defer "listening" while some slow or async
initialization process completes. Instead, Android *tells* a server to
initialize itself just-in-time for the first client transaction. This
instruction arrives as a callback to Service#onCreate() then
Service#onBind() on the app's main thread, where blocking to load a
security policy would risk an "Application Not Responding" (ANR) error.

Introduce AsyncSecurityPolicies#deferred which defers policy
creation until it's actually needed by a Channel or Server.

38309 of 42972 relevant lines covered (89.15%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
90.97
-0.35% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
93.21
0.14% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java
1
92.43
-0.27% ../opentelemetry/src/main/java/io/grpc/opentelemetry/OpenTelemetryMetricsModule.java
1
87.6
-0.83% ../rls/src/main/java/io/grpc/rls/LinkedHashLruCache.java
1
92.99
-0.47% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
Jobs
ID Job ID Ran Files Coverage
1 #20390.1 03 Aug 2026 09:30PM UTC 686
89.15
Source Files on build #20390
  • Tree
  • List 686
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20390
  • 9fdef96d on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc