SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
447 stars 122 forks source link

Fix CI lint error #93

Closed mrproliu closed 3 years ago

mrproliu commented 3 years ago

Fix CI Action

codecov-io commented 3 years ago

Codecov Report

Merging #93 (17c12d9) into master (e61c0b1) will decrease coverage by 2.71%. The diff coverage is 65.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   69.79%   67.08%   -2.72%     
==========================================
  Files          14       14              
  Lines         682      641      -41     
==========================================
- Hits          476      430      -46     
- Misses        165      171       +6     
+ Partials       41       40       -1     
Impacted Files Coverage Δ
reporter/grpc.go 59.41% <0.00%> (-1.93%) :arrow_down:
span.go 100.00% <ø> (ø)
trace_opts.go 53.33% <36.36%> (-46.67%) :arrow_down:
propagation/propagation.go 50.53% <37.77%> (-15.51%) :arrow_down:
trace.go 80.20% <75.00%> (-3.13%) :arrow_down:
correlation.go 87.50% <87.50%> (ø)
plugins/http/client.go 48.78% <100.00%> (+2.94%) :arrow_up:
plugins/http/server.go 50.00% <100.00%> (+3.84%) :arrow_up:
sampler.go 100.00% <100.00%> (ø)
segment.go 91.11% <100.00%> (-1.49%) :arrow_down:
... and 15 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 4a050df...17c12d9. Read the comment docs.