emersion / go-vcard

A Go library to parse and format vCard
MIT License
107 stars 33 forks source link

encode card in key order; required for output string consistency #12

Closed Geish closed 5 years ago

Geish commented 5 years ago

For testability

codecov-io commented 5 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   82.45%   82.69%   +0.24%     
==========================================
  Files           4        4              
  Lines         359      364       +5     
==========================================
+ Hits          296      301       +5     
  Misses         46       46              
  Partials       17       17
Impacted Files Coverage Δ
encoder.go 79.48% <100%> (+3.01%) :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 be59a9b...b41a007. Read the comment docs.

emersion commented 5 years ago

Thanks!

Geish commented 5 years ago

Anytime!