Closed gabrieldansereau closed 3 years ago
Merging #105 (89beeaf) into master (f27ea63) will increase coverage by
0.21%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
+ Coverage 80.02% 80.23% +0.21%
==========================================
Files 24 24
Lines 756 759 +3
==========================================
+ Hits 605 609 +4
+ Misses 151 150 -1
Flag | Coverage Δ | |
---|---|---|
unittests | 80.23% <100.00%> (+0.21%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/SimpleSDMLayers.jl | 92.30% <ø> (ø) |
|
src/integrations/DataFrames.jl | 100.00% <100.00%> (+1.51%) |
: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 f27ea63...89beeaf. Read the comment docs.
What the pull request does
As mentioned in #52, this replaces
nothing
elements bymissing
when converting a layer to a DataFrame, asmissing
has better support.Type of change
Please indicate the relevant option(s)
Checklist
.zenodo.json
Project.toml
fieldversion
has been updatedv0.0.x
series release, a bug fix, or a performance improvement