Closed tpoisot closed 4 years ago
Merging #26 into master will decrease coverage by
3.84%
. The diff coverage is66.66%
.
@@ 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.
The date field in GBIF can be wrong, so if we can't parse it, we get a
missing
.Closes #25