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

fix plotting #63

Closed mkborregaard closed 2 years ago

mkborregaard commented 2 years ago

This has been languishing for some time. I think I deleted the wrong branch, so my old PR disappeared, so I'm making a new one. I'm adding a number of PRs now. I'm doing them sequentially - they build on each other - so they should also be merged and rebased sequentially. Let me know when / if I can merge.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1339497475


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Interface.jl 0 1 0.0%
src/metrics.jl 7 26 26.92%
src/plot.jl 0 40 0.0%
<!-- Total: 7 67 10.45% -->
Files with Coverage Reduction New Missed Lines %
src/Branch.jl 1 70.0%
src/newick.jl 1 76.78%
src/Iterators.jl 2 95.05%
src/TreeSet.jl 3 43.75%
src/routes.jl 5 63.64%
src/Tree.jl 5 81.71%
src/rand.jl 6 61.34%
src/API.jl 7 53.33%
src/Node.jl 8 39.29%
src/plot.jl 9 0%
<!-- Total: 102 -->
Totals Coverage Status
Change from base Build 1170060355: 1.8%
Covered Lines: 1275
Relevant Lines: 2168

💛 - Coveralls
mkborregaard commented 2 years ago

Ready to merge