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

grpc / grpc-java / 18261
89%

Build:
DEFAULT BRANCH: master
Ran 04 May 2020 11:54PM UTC
Jobs 1
Files 345
Run time 30s
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
18261

push

travis-ci

web-flow
all: migrate gradle build to java-library plugin

- Use gradle configuration `api` for dependencies that are part of grpc public api signatures.
- Replace deprecated gradle configurations `compile`, `testCompile`, `runtime` and `testRuntime`.
- With minimal change in dependencies: If we need dep X and Y to compile our code, and if X transitively depends on Y, then our build would still pass even if we only include X as `compile`/`implementation` dependency for our project. Ideally we should include both X and Y explicitly as `implementation` dependency for our project, but in this PR we don't add the missing Y if it is previously missing.

21438 of 24330 relevant lines covered (88.11%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18261.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 04 May 2020 11:54PM UTC 0
88.11
Travis Job 18261.1
Source Files on build 18261
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18261
  • 0044f8ce on github
  • Prev Build on master (#18258)
  • Next Build on master (#18262)
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