Closed richardreeve closed 7 years ago
Merging #13 into master will increase coverage by
17.17%
. The diff coverage is88.88%
.
@@ Coverage Diff @@
## master #13 +/- ##
===========================================
+ Coverage 75.23% 92.41% +17.17%
===========================================
Files 7 8 +1
Lines 210 290 +80
===========================================
+ Hits 158 268 +110
+ Misses 52 22 -30
Impacted Files | Coverage Δ | |
---|---|---|
src/DiversityMeasure.jl | 100% <100%> (+21.12%) |
:arrow_up: |
src/Jost.jl | 100% <100%> (ø) |
:arrow_up: |
src/Hill.jl | 100% <100%> (ø) |
:arrow_up: |
src/Ecology.jl | 100% <100%> (ø) |
:arrow_up: |
src/GeneralisedDiversities.jl | 100% <100%> (+66.66%) |
:arrow_up: |
src/EffectiveNumbers.jl | 100% <100%> (ø) |
:arrow_up: |
src/Metacommunity.jl | 77.21% <77.21%> (+5.61%) |
:arrow_up: |
src/Interface.jl | 80.95% <80.95%> (ø) |
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 5f96887...594774e. Read the comment docs.
This now also fixes #7 / #10, so everything returns a DataFrame, and removes all current deprecations related to Julia v0.6.
Fixes #7 and #10.
We need a way of separating out the partitioning of the metacommunity from the types present from the relative abundances, and this is it...