JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 52 forks source link

Replace EzXML dependency by regex parsing (rebase of #329) #352

Closed omus closed 3 years ago

omus commented 3 years ago

Rebased version of #329 with updated docs/Manifest.toml. Needed some extra work due to #351

codecov-commenter commented 3 years ago

Codecov Report

Merging #352 (ca67dc6) into master (d8e6f06) will decrease coverage by 1.42%. The diff coverage is 0.00%.

:exclamation: Current head ca67dc6 differs from pull request most recent head b98c60d. Consider uploading reports for the commit b98c60d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #352      +/-   ##
==========================================
- Coverage   93.85%   92.43%   -1.43%     
==========================================
  Files          32       32              
  Lines        1530     1507      -23     
==========================================
- Hits         1436     1393      -43     
- Misses         94      114      +20     
Impacted Files Coverage Δ
src/winzone/WindowsTimeZoneIDs.jl 0.00% <0.00%> (-95.46%) :arrow_down:
src/build.jl 83.33% <0.00%> (-16.67%) :arrow_down:
src/tzdata/archive.jl 100.00% <0.00%> (ø)
src/local.jl 88.88% <0.00%> (+0.73%) :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 d8e6f06...b98c60d. Read the comment docs.