jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
499 stars 47 forks source link

Issue 1: Add Missing Context to Ptr to Ptr Coversion #2

Closed Exeson closed 3 years ago

Exeson commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #2 (f078067) into main (5105621) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
+ Coverage   92.02%   92.09%   +0.06%     
==========================================
  Files          18       18              
  Lines         702      708       +6     
==========================================
+ Hits          646      652       +6     
  Misses         42       42              
  Partials       14       14              
Impacted Files Coverage Δ
builder/pointer.go 86.48% <100.00%> (+0.77%) :arrow_up:
generator/generator.go 96.44% <100.00%> (+0.08%) :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 5105621...f078067. Read the comment docs.