EcoJulia / Phylo.jl

Simple phylogenetic trees in Julia to work with Diversity.jl - https://github.com/EcoJulia/Diversity.jl
BSD 2-Clause "Simplified" License
33 stars 13 forks source link

CompatHelper: bump compat for "Distributions" to "0.25" #59

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the Distributions package from 0.24 to 0.24, 0.25.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 805704915


Files with Coverage Reduction New Missed Lines %
src/Branch.jl 1 66.67%
src/newick.jl 1 75.56%
src/Interface.jl 2 51.33%
src/Node.jl 2 42.11%
src/rand.jl 3 59.09%
src/Tree.jl 3 80.0%
src/Iterators.jl 8 85.71%
src/LinkTree.jl 9 57.45%
src/API.jl 16 43.17%
<!-- Total: 45 -->
Totals Coverage Status
Change from base Build 776090971: 2.0%
Covered Lines: 1086
Relevant Lines: 1907

💛 - Coveralls