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

feat: add CreateExitSpanWithContext #126

Closed kagaya85 closed 2 years ago

kagaya85 commented 2 years ago

resolve #125

codecov-commenter commented 2 years ago

Codecov Report

Merging #126 (6a9dfde) into master (ddc26b2) will increase coverage by 0.25%. The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   69.33%   69.59%   +0.25%     
==========================================
  Files          17       17              
  Lines         887      888       +1     
==========================================
+ Hits          615      618       +3     
+ Misses        224      223       -1     
+ Partials       48       47       -1     
Impacted Files Coverage Δ
trace.go 82.47% <69.23%> (+2.26%) :arrow_up:

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 ddc26b2...6a9dfde. Read the comment docs.

wu-sheng commented 2 years ago

Quick pull request, thanks.