amazon-ion / ion-go

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

Use Timestamp struct instead of time.Time #98

Closed justing-bq closed 4 years ago

justing-bq commented 4 years ago

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

codecov-commenter commented 4 years ago

Codecov Report

Merging #98 into master will increase coverage by 0.06%. The diff coverage is 84.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   77.11%   77.18%   +0.06%     
==========================================
  Files          22       23       +1     
  Lines        4720     4896     +176     
==========================================
+ Hits         3640     3779     +139     
- Misses        664      693      +29     
- Partials      416      424       +8     
Impacted Files Coverage Δ
ion/consts.go 100.00% <ø> (ø)
ion/writer.go 90.47% <ø> (ø)
ion/reader.go 52.94% <50.00%> (ø)
ion/textutils.go 77.15% <78.43%> (-1.53%) :arrow_down:
ion/timestamp.go 78.74% <78.74%> (ø)
ion/bitstream.go 81.67% <88.88%> (-0.36%) :arrow_down:
ion/binarywriter.go 78.33% <100.00%> (+0.44%) :arrow_up:
ion/bits.go 100.00% <100.00%> (ø)
ion/marshal.go 78.80% <100.00%> (ø)
ion/textwriter.go 64.81% <100.00%> (ø)
... and 4 more

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 0c30b5d...439ec51. Read the comment docs.