amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
174 stars 31 forks source link

Support Timestamp to Time decoding #183

Closed justing-bq closed 3 years ago

justing-bq commented 3 years ago

Addresses QLDB driver issue https://github.com/awslabs/amazon-qldb-driver-go/issues/56.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 3 years ago

Codecov Report

Merging #183 (d08edb5) into master (beaf154) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   74.63%   74.67%   +0.03%     
==========================================
  Files          25       25              
  Lines        4929     4935       +6     
==========================================
+ Hits         3679     3685       +6     
  Misses        744      744              
  Partials      506      506              
Impacted Files Coverage Δ
ion/unmarshal.go 68.72% <100.00%> (+0.40%) :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 beaf154...d08edb5. Read the comment docs.