Closed dapengzhang0 closed 5 years ago
The update is generated by running tools/update-api.sh
and then refactor. Both tools/API_SHAS
and tools/update-api.sh
are updated first before running the script.
Merging #86 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #86 +/- ##
=========================================
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 Δ | |
---|---|---|---|
...ne/server/callback/SnapshotCollectingCallback.java | 95.34% <ø> (ø) |
14 <0> (ø) |
:arrow_down: |
...ava/io/envoyproxy/controlplane/cache/Snapshot.java | 100% <ø> (ø) |
23 <0> (ø) |
:arrow_down: |
...va/io/envoyproxy/controlplane/cache/Resources.java | 76.92% <ø> (ø) |
16 <0> (ø) |
:arrow_down: |
...ava/io/envoyproxy/controlplane/cache/Response.java | 100% <ø> (ø) |
2 <0> (ø) |
:arrow_down: |
...nvoyproxy/controlplane/server/DiscoveryServer.java | 96.49% <ø> (ø) |
14 <0> (ø) |
:arrow_down: |
.../io/envoyproxy/controlplane/cache/SimpleCache.java | 96.19% <ø> (ø) |
29 <0> (ø) |
:arrow_down: |
.../controlplane/server/DiscoveryServerCallbacks.java | 20% <ø> (ø) |
1 <0> (ø) |
:arrow_down: |
...n/java/io/envoyproxy/controlplane/cache/Watch.java | 100% <ø> (ø) |
10 <0> (ø) |
:arrow_down: |
...o/envoyproxy/controlplane/cache/TestResources.java | 97.75% <100%> (ø) |
8 <1> (ø) |
: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 2b3053a...40d8d5e. Read the comment docs.
Update to envoyproxy/envoy@02659d4
Tested with
mvn verify
successful locally.