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

grpc / grpc-java / #20308
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.82.x
DEFAULT BRANCH: master
Ran 09 Jun 2026 02:43PM UTC
Jobs 1
Files 653
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

09 Jun 2026 02:31PM UTC coverage: 88.831% (-0.03%) from 88.86%
#20308

push

github

ejona86
kokoro: Avoid brew on Mac OS

brew is failing with "Error: undefined method 'first' for nil" when
trying to upgrade itself. We already use Java 11 on other platforms, and
it is already available on the Kokoro machines. We swap to download
Maven just like we do for Linux, so then we can avoid brew entirely.

However, the pre-installed Java is an arm build whereas the brew install
was x86. So now the examples try to use
protoc-gen-grpc-java-1.82.0-SNAPSHOT-osx-aarch_64.exe which don't exist
because we used the default ARCH of x86_64. So now we also need to swap
the primary platform on OS X to aarch_64 and copy the x86_64 binaries
from that.

36274 of 40835 relevant lines covered (88.83%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
11
69.83
-9.48% ../servlet/src/main/java/io/grpc/servlet/ServletServerStream.java
3
93.22
-1.69% ../core/src/main/java/io/grpc/internal/AbstractClientStream.java
3
95.07
-0.44% ../core/src/main/java/io/grpc/internal/RetriableStream.java
3
91.59
-1.4% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
1
96.57
-0.57% ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java
Jobs
ID Job ID Ran Files Coverage
1 #20308.1 09 Jun 2026 02:43PM UTC 653
88.83
Source Files on build #20308
  • Tree
  • List 653
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20308
  • be300bd1 on github
  • Prev Build on master
  • Next Build on v1.82.x
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

© 2026 Coveralls, Inc