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

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

Build:
Build:
LAST BUILD BRANCH: v1.79.x
DEFAULT BRANCH: master
Ran 18 Jun 2026 12:14PM UTC
Jobs 1
Files 647
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

18 Jun 2026 12:02PM UTC coverage: 88.812% (+0.02%) from 88.797%
#20323

push

github

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

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

36023 of 40561 relevant lines covered (88.81%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
95.07
-0.44% ../core/src/main/java/io/grpc/internal/RetriableStream.java
Jobs
ID Job ID Ran Files Coverage
1 #20323.1 18 Jun 2026 12:14PM UTC 647
88.81
Source Files on build #20323
  • Tree
  • List 647
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20323
  • 6b079b79 on github
  • Prev Build on v1.81.x
  • Next Build on v1.81.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