Closed joeyb closed 5 years ago
Merging #99 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #99 +/- ##
=========================================
Coverage 94.47% 94.47%
Complexity 134 134
=========================================
Files 14 14
Lines 525 525
Branches 46 46
=========================================
Hits 496 496
Misses 21 21
Partials 8 8
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...va/io/envoyproxy/controlplane/cache/Resources.java | 76.92% <ø> (ø) |
16 <0> (ø) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3c84e2a...404284a. Read the comment docs.
Checkstyle needs to be updated to resolve a CVE (https://nvd.nist.gov/vuln/detail/CVE-2019-9658). In the process, I also went ahead and brought everything else up to date. Any dependencies that are shared transitively with grpc-java have been set to the version used by grpc-java, even if there is a newer stable version available.
Also, grpc-java no longer transitively depends on protobuf-java-util, so we need to explicitly add it ourselves.