EcoJulia / SpatialEcology.jl

Julia framework for spatial ecology - data types and utilities
Other
58 stars 7 forks source link

Updates to workflows and dependency versions #85

Closed richardreeve closed 10 months ago

richardreeve commented 10 months ago

@mkborregaard - I'm just doing this to update StatsBase dependencies, and it seems to be held back by this package (and RandomBooleanMatrices). If you're okay with it can we merge this after you merge RandomBooleanMatrices and tag the new release? I don't think I've done anything beyond a few package updates.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (0c554a3) 48.58% compared to head (2f6264e) 49.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ========================================== + Coverage 48.58% 49.74% +1.16% ========================================== Files 15 15 Lines 564 587 +23 ========================================== + Hits 274 292 +18 - Misses 290 295 +5 ``` | [Flag](https://app.codecov.io/gh/EcoJulia/SpatialEcology.jl/pull/85/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/EcoJulia/SpatialEcology.jl/pull/85/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia) | `49.74% <0.00%> (+1.16%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/EcoJulia/SpatialEcology.jl/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia) | Coverage Δ | | |---|---|---| | [src/Randomizations.jl](https://app.codecov.io/gh/EcoJulia/SpatialEcology.jl/pull/85?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia#diff-c3JjL1JhbmRvbWl6YXRpb25zLmps) | `0.00% <0.00%> (ø)` | | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/EcoJulia/SpatialEcology.jl/pull/85/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EcoJulia)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mkborregaard commented 10 months ago

Thanks @richardreeve !