scls19fr / GPX.jl

A Julia GPX parser (ie reader) and creator (ie writer). GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
MIT License
6 stars 6 forks source link

Fix parsing string with trailing z to ZonedDateTime #2

Closed scls19fr closed 4 years ago

scls19fr commented 4 years ago

Close #1

codecov-io commented 4 years ago

Codecov Report

Merging #2 into master will decrease coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   93.75%   93.68%   -0.07%     
==========================================
  Files           1        1              
  Lines          96       95       -1     
==========================================
- Hits           90       89       -1     
  Misses          6        6
Impacted Files Coverage Δ
src/GPX.jl 93.68% <100%> (-0.07%) :arrow_down:

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 b93cf48...2615a26. Read the comment docs.