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

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

Build:
Build:
LAST BUILD BRANCH: v1.79.x
DEFAULT BRANCH: master
Ran 18 Jun 2026 09:10AM UTC
Jobs 1
Files 627
Run time 1min
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

18 Jun 2026 08:55AM UTC coverage: 88.687% (-0.008%) from 88.695%
#20322

push

github

web-flow
kokoro: Avoid brew on Mac OS (v1.79.x backport) (#12871)

Backport of #12846 to v1.79.x.
---
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.

CC @shivaspeaks, feel free to review, since you worked on the universal
binaries

Co-authored-by: Eric Anderson <ejona@google.com>

35388 of 39902 relevant lines covered (88.69%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
74.23
-4.12% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
3
92.38
-0.95% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
2
81.05
-2.11% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
2
93.38
-0.32% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpServerTransport.java
1
97.35
-0.88% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpServerStream.java
Jobs
ID Job ID Ran Files Coverage
1 #20322.1 18 Jun 2026 09:10AM UTC 627
88.69
Source Files on build #20322
  • Tree
  • List 627
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20322
  • 452b1de9 on github
  • Prev Build on v1.79.x
  • Next Build on v1.79.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