gin icon indicating copy to clipboard operation
gin copied to clipboard

fix: Add fullPath in context copy

Open KarthikReddyPuli opened this issue 1 year ago • 1 comments

Summary

When a gin.Context was copied using the Copy method, fullPath was not getting copied to the new context. This PR fixes it by copying the fullPath to the new context

KarthikReddyPuli avatar Nov 27 '23 20:11 KarthikReddyPuli

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.36%. Comparing base (3dc1cd6) to head (3166ecd). Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3784      +/-   ##
==========================================
+ Coverage   99.21%   99.36%   +0.15%     
==========================================
  Files          42       43       +1     
  Lines        3182     2677     -505     
==========================================
- Hits         3157     2660     -497     
+ Misses         17        9       -8     
  Partials        8        8              
Flag Coverage Δ
?
-race ∅ <ø> (?)
-tags "sonic avx" 99.35% <100.00%> (?)
-tags go_json 99.35% <100.00%> (?)
-tags nomsgpack 99.35% <100.00%> (?)
go-1.18 99.29% <100.00%> (+0.17%) :arrow_up:
go-1.19 99.36% <100.00%> (+0.15%) :arrow_up:
go-1.20 99.36% <100.00%> (+0.15%) :arrow_up:
go-1.21 99.36% <100.00%> (+0.15%) :arrow_up:
go-1.22 99.36% <100.00%> (?)
macos-latest 99.36% <100.00%> (+0.15%) :arrow_up:
ubuntu-latest 99.36% <100.00%> (+0.15%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 06 '23 15:12 codecov[bot]

@appleboy can you please review and merge this PR ?

KarthikReddyPuli avatar Mar 03 '24 20:03 KarthikReddyPuli

@KarthikReddyPuli Please help to fix conflcts.

appleboy avatar Mar 05 '24 06:03 appleboy