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

grpc / grpc-java / #20310
89%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2026 05:10AM UTC
Jobs 1
Files 658
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

10 Jun 2026 05:01AM UTC coverage: 88.9% (+0.02%) from 88.876%
#20310

push

github

web-flow
core: normalize service config number values (#12826)

This updates default service config validation to accept numeric values
represented as `Number`, not only `Double`.

Common JSON parsers may deserialize integer-looking JSON values such as
`maxAttempts: 4` and `backoffMultiplier: 2` as `Integer`, which
previously caused `defaultServiceConfig()` to fail with
`IllegalArgumentException`.

The values are normalized to `Double` when copied into the validated
service config, preserving the existing internal representation expected
by the service config parsing code.

Fixes #12815

36498 of 41055 relevant lines covered (88.9%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
91.23
-0.55% ../core/src/main/java/io/grpc/internal/ManagedChannelImplBuilder.java
1
93.83
-0.62% ../opentelemetry/src/main/java/io/grpc/opentelemetry/OpenTelemetryMetricSink.java
Jobs
ID Job ID Ran Files Coverage
1 #20310.1 10 Jun 2026 05:10AM UTC 658
88.9
Source Files on build #20310
  • Tree
  • List 658
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20310
  • 663c505d 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

© 2026 Coveralls, Inc