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

grpc / grpc-java / 13623
89%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2019 04:58AM UTC
Jobs 1
Files 266
Run time 16s
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

pending completion
13623

push

travis-ci

ejona86
core: Move io.grpc to grpc-api

io.grpc has fewer dependencies than io.grpc.internal. Moving it to a
separate artifact lets users use the API without bringing in the deps.
If the library has an optional dependency on grpc, that can be quite
convenient.

We now version-pin both grpc-api and grpc-core, since both contain
internal APIs.

I had to change a few tests in grpc-api to avoid FakeClock. Moving
FakeClock to grpc-api was difficult because it uses
io.grpc.internal.TimeProvider, which can't be moved since it is a
production class. Having grpc-api's tests depend on grpc-core's test
classes would be weird and cause a circular dependincy. Having
grpc-api's tests depend on grpc-core is likely possible, but weird and
fairly unnecessary at this point. So instead I rewrote the tests to
avoid FakeClock.

Fixes #1447

14724 of 16964 relevant lines covered (86.8%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13623.1 17 Apr 2019 04:58AM UTC 0
86.8
Travis Job 13623.1
Source Files on build 13623
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13623
  • 80c3c992 on github
  • Prev Build on master (#13618)
  • Next Build on master (#13627)
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