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

grpc / grpc-java / #20119
89%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2025 06:51PM UTC
Jobs 1
Files 624
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

16 Dec 2025 06:38PM UTC coverage: 88.724% (+0.008%) from 88.716%
#20119

push

github

web-flow
api: Fix encoding of IPv6 scopes. (#12564)

Both `java.net.Uri` and Guava's `InetAddresses` predate standardization
of IPv6 scopes in URIs. They both emit/accept a naked % between the
[square bracketed] address. This causes the current implementation to
crash in io.grpc.Uri#getHost while percent decoding. RFC 6874 says that
% in an IP-literal must be percent-encoded just as is done everywhere
else.

RFC 3986 & 9844 say not to support scopes at all but I think we should, for feature parity with `java.net.Uri`. (Other contemporary libraries take the same approach, e.g. https://pkg.go.dev/net/url). A future PR will provide a first-class method to convert from `java.net.Uri` handling all the edge cases.

35472 of 39980 relevant lines covered (88.72%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.14
0.4% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
87.88
-3.03% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
92.89
-0.14% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java
1
74.23
-1.03% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
3
93.22
-1.69% ../core/src/main/java/io/grpc/internal/AbstractClientStream.java
4
98.67
0.05% ../api/src/main/java/io/grpc/Uri.java
Jobs
ID Job ID Ran Files Coverage
1 #20119.1 16 Dec 2025 06:51PM UTC 624
88.72
Source Files on build #20119
  • Tree
  • List 624
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20119
  • 7f398052 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