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

grpc / grpc-java / 14392
87%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.77.x
DEFAULT BRANCH: master
Ran 18 Jun 2019 12:19AM UTC
Jobs 1
Files 267
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
14392

push

travis-ci

ejona86
java_grpc_library.bzl: Support alternative javac toolchains

Depending on jdk:toolchain causes java_grpc_library to always use the
_default_ toolchain, even if the user tried to override it. Changing to
:current_java_toolchain allows the rule to use the user-selected
toolchain when overridden.

Tested by adding to BUILD:
load("@bazel_tools//tools/jdk:default_java_toolchain.bzl", "default_java_toolchain")
default_java_toolchain(
    name = "mychain",
    misc = ["-Amy=flag"],
    visibility = ["//visibility:public"],
)

And then verifying -Amy=flag is in the output of:
bazel aquery --java_toolchain=:mychain services:_reflection_java_grpc

Fixes #5841

14788 of 17030 relevant lines covered (86.83%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14392.1 18 Jun 2019 12:19AM UTC 0
86.83
Travis Job 14392.1
Source Files on build 14392
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14392
  • 7e5e6e60 on github
  • Prev Build on v1.21.x (#14308)
  • Next Build on v1.21.x (#14593)
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

© 2025 Coveralls, Inc