Conversation
Codecov Report
@@ Coverage Diff @@
## master #1257 +/- ##
============================================
+ Coverage 79.19% 79.23% +0.03%
- Complexity 1235 1236 +1
============================================
Files 209 209
Lines 5378 5378
Branches 454 454
============================================
+ Hits 4259 4261 +2
+ Misses 939 938 -1
+ Partials 180 179 -1
Continue to review full report at Codecov.
|
|
Weird. Why does Bazel alone fail? Executed 104 out of 104 tests: 50 tests pass and 54 fail locally. |
miraleung
left a comment
There was a problem hiding this comment.
Nit: Add the version number to the PR title so it's easier to see without looking at the delta?
|
autovalue issues might be the root cause of Bazel's failures: INFO: From Building gax/libgax_testlib.jar (91 source files) and running annotation processors (AutoValueProcessor): |
|
Weirdly this only happens with Bazel: |
|
Googling suggest we need an explicit dependency on ByteBuddy 1.9.7: |
No description provided.