api7 / apisix-mesh-agent

Apache License 2.0
78 stars 10 forks source link

feat: Support traffic split #72

Open lingsamuel opened 3 years ago

lingsamuel commented 3 years ago

Fixes #69

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (c4b7f38) into main (0e23e7a) will increase coverage by 0.26%. The diff coverage is 85.93%.

:exclamation: Current head c4b7f38 differs from pull request most recent head 1b19655. Consider uploading reports for the commit 1b19655 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   72.61%   72.88%   +0.26%     
==========================================
  Files          32       32              
  Lines        2257     2305      +48     
==========================================
+ Hits         1639     1680      +41     
- Misses        477      484       +7     
  Partials      141      141              
Impacted Files Coverage Δ
pkg/etcdv3/conformance.go 100.00% <ø> (ø)
pkg/adaptor/xds/v3/route.go 76.30% <84.21%> (+2.68%) :arrow_up:
pkg/etcdv3/etcd.go 71.11% <100.00%> (ø)
pkg/etcdv3/kv.go 71.87% <100.00%> (ø)
pkg/etcdv3/watch.go 64.92% <100.00%> (ø)

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 0e23e7a...1b19655. Read the comment docs.

lingsamuel commented 3 years ago

This PR generated proto breaks 2d array field vars. Needs to be fixed.