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

grpc / grpc-java / #20388
89%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2026 06:15PM 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 06:02PM UTC coverage: 89.118% (-0.03%) from 89.149%
#20388

push

github

jdcormie
api: Remove io.grpc.Uri#isAbsolute()

Javadoc says this method only exists for compatibility with java.net.URI
but the meaning of "absolute" actually changed from RFC 2396 to 3986 so
isAbsolute() is more of a trap than a convenience.

io.grpc.Uri intentionally only models URIs, not URI references. So under 
the RFC 2396 definition of absolute, every instance is absolute because it
has a scheme.

Removing isAbsolute() also avoids confusion with absolute paths, an entirely 
different concept.

38296 of 42972 relevant lines covered (89.12%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
98.06
-0.01% ../api/src/main/java/io/grpc/Uri.java
6
69.83
-5.17% ../servlet/src/main/java/io/grpc/servlet/ServletServerStream.java
3
93.22
-1.69% ../core/src/main/java/io/grpc/internal/AbstractClientStream.java
2
88.89
-11.11% ../netty/src/main/java/io/grpc/netty/UdsNameResolver.java
2
81.05
-2.11% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
1
87.88
-3.03% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
87.6
-0.83% ../rls/src/main/java/io/grpc/rls/LinkedHashLruCache.java
Jobs
ID Job ID Ran Files Coverage
1 #20388.1 03 Aug 2026 06:15PM UTC 686
89.12
Source Files on build #20388
  • Tree
  • List 686
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20388
  • dffaaf05 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