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

Read index by default, don't build by default #179

Closed MKoesters closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #179 into dev will increase coverage by 0.89%. The diff coverage is 70%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #179      +/-   ##
==========================================
+ Coverage   83.09%   83.98%   +0.89%     
==========================================
  Files          32       32              
  Lines        3507     3509       +2     
==========================================
+ Hits         2914     2947      +33     
+ Misses        593      562      -31
Impacted Files Coverage Δ
pymzml/file_classes/standardMzml.py 68.1% <70%> (+9.14%) :arrow_up:

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 05eebf7...01f9ff0. Read the comment docs.

MKoesters commented 4 years ago

Should avoid most cases of #145