mosn / pkg

Common packages used by other repos.
Apache License 2.0
26 stars 28 forks source link

xprotocol function/structs ported from mosn.io/mosn #36

Closed fdingiit closed 3 years ago

fdingiit commented 3 years ago

xprotocol api迁移自mosn.io/mosn

fdingiit commented 3 years ago

vendor有95处变更

➜  pkg git:(fixing) ✗ git diff --name-only daaf86502a502000505934b2616d99ad2a421434 | grep 'vendor' | wc -l
      95

20个pkg源码变更

1个readme

1个Dockerfile

1个actions.yml

2个go mod 变更 go.mod go.sum

codecov-io commented 3 years ago

Codecov Report

Merging #36 (2f0dcdb) into master (daaf865) will increase coverage by 4.76%. The diff coverage is 79.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   63.88%   68.64%   +4.76%     
==========================================
  Files          17       25       +8     
  Lines         850     1046     +196     
==========================================
+ Hits          543      718     +175     
- Misses        252      263      +11     
- Partials       55       65      +10     
Impacted Files Coverage Δ
variable/api.go 62.26% <62.26%> (ø)
variable/protocolres.go 62.50% <62.50%> (ø)
buffer/buffer.go 81.48% <81.48%> (ø)
variable/factory.go 84.61% <84.61%> (ø)
buffer/bytebuffer_ctx.go 100.00% <100.00%> (ø)
context/context.go 100.00% <100.00%> (ø)
context/wrapper.go 100.00% <100.00%> (ø)
variable/var.go 100.00% <100.00%> (ø)
... and 8 more

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 daaf865...2f0dcdb. Read the comment docs.