scls19fr / KMLTracks.jl

A Julia library to parse KML files or strings (ie read them) with gx:Track extension
MIT License
2 stars 2 forks source link

add support for milliseconds #5

Closed alhirzel closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           28        35    +7     
=========================================
+ Hits            28        35    +7     
Impacted Files Coverage Δ
src/KMLTracks.jl 100.00% <100.00%> (ø)

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 cfde354...7b09e18. Read the comment docs.

scls19fr commented 4 years ago

Thanks @alhirzel for your contributions

alhirzel commented 4 years ago

Thanks for the quick response and the merge!