pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
162 stars 92 forks source link

add pyreverse package and class diagram #154

Closed fkromer closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #154 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   82.95%   82.95%           
=======================================
  Files          32       32           
  Lines        3468     3468           
=======================================
  Hits         2877     2877           
  Misses        591      591

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 1188a9d...b0f60fc. Read the comment docs.

MKoesters commented 5 years ago

Hey,

sry for my late response. I actually like the idea of showing class diagrams, however I'd prefer to build this dynamically with the docu and include it there. Since I'm planning to restructure the docu at some point and also include other stuff ( like the coverage sunburst diagram), I'll leave this open and reference and close it with the upcoming docu restructuring. Thank for that useful input :)

Best, Manuel