jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
205 stars 63 forks source link

Switch classmethod, staticmethod to decorator syntax #173

Closed mmore500 closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Merging #173 (3784c87) into main (b415764) will not change coverage. The diff coverage is 87.87%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   61.42%   61.42%           
=======================================
  Files         105      105           
  Lines       18646    18646           
=======================================
  Hits        11453    11453           
  Misses       7193     7193           
Flag Coverage Δ
unittests 61.42% <87.87%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/dendropy/calculate/statistics.py 65.90% <100.00%> (ø)
src/dendropy/calculate/treesum.py 12.32% <100.00%> (ø)
src/dendropy/datamodel/basemodel.py 56.84% <100.00%> (ø)
src/dendropy/datamodel/charmatrixmodel.py 76.84% <100.00%> (ø)
src/dendropy/datamodel/datasetmodel.py 72.95% <100.00%> (ø)
src/dendropy/datamodel/treecollectionmodel.py 75.39% <100.00%> (ø)
src/dendropy/datamodel/treemodel/_bipartition.py 71.50% <100.00%> (ø)
src/dendropy/datamodel/treemodel/_node.py 61.67% <100.00%> (ø)
src/dendropy/datamodel/treemodel/_tree.py 68.14% <100.00%> (ø)
src/dendropy/interop/seqgen.py 25.13% <100.00%> (ø)
... and 3 more