| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
============================================
- Coverage 61.34% 60.19% -1.15%
+ Complexity 141 138 -3
============================================
Files 14 14
Lines 608 603 -5
Branches 92 92
============================================
- Hits 373 363 -10
- Misses 212 217 +5
Partials 23 23
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM after the tests pass
Sorry, something went wrong.
There was a problem hiding this comment.
Actually, some more stuff to do...
Sorry, something went wrong.
| exceptionType, | ||
| new GaxFunctionToGuavaFunction<X, V>(callback)); | ||
| new GaxFunctionToGuavaFunction<X, V>(callback), | ||
| directExecutor()); |
| return new ListenableFutureToApiFuture<>( | ||
| Futures.transform( | ||
| listenableFutureForApiFuture(input), new GaxFunctionToGuavaFunction<V, X>(function))); | ||
| return transform(input, function, directExecutor()); |
| } | ||
| }); | ||
| return new ListenableFutureToApiFuture<>(listenableOutput); | ||
| return transformAsync(input, function, directExecutor()); |
Please enter the commit message for your changes. Lines starting
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
* remove usage of deprecated methods in guava * Deprecated methods parellel to those deparecated in guava
| Back | FazBrowse Home | New Git URL |
No description provided.