PoisotLab / GBIF.jl

Functions and types to access GBIF data from Julia
https://ecojulia.github.io/GBIF.jl/latest/
Other
19 stars 4 forks source link

Fix the parsing of dates #26

Closed tpoisot closed 4 years ago

tpoisot commented 4 years ago

The date field in GBIF can be wrong, so if we can't parse it, we get a missing.

Closes #25

codecov[bot] commented 4 years ago

Codecov Report

Merging #26 into master will decrease coverage by 3.84%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   82.60%   78.76%   -3.85%     
==========================================
  Files          10       10              
  Lines         138      146       +8     
==========================================
+ Hits          114      115       +1     
- Misses         24       31       +7     
Flag Coverage Δ
#unittests 78.76% <66.66%> (-3.85%) :arrow_down:
Impacted Files Coverage Δ
src/types/GBIFRecords.jl 90.00% <66.66%> (-4.45%) :arrow_down:
src/filter.jl 57.14% <0.00%> (-9.53%) :arrow_down:
src/types/show.jl 0.00% <0.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 66dc5e0...fa143a7. Read the comment docs.