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

Fix index building and minor clean ups #151

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #151 into master will increase coverage by 4.87%. The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   82.95%   87.83%   +4.87%     
==========================================
  Files          32       31       -1     
  Lines        3468     3443      -25     
==========================================
+ Hits         2877     3024     +147     
+ Misses        591      419     -172
Impacted Files Coverage Δ
pymzml/__init__.py 92.85% <ø> (-0.48%) :arrow_down:
pymzml/spec.py 83.16% <ø> (+7.81%) :arrow_up:
tests/main_spec_test.py 99.04% <100%> (+0.07%) :arrow_up:
pymzml/run.py 83.53% <100%> (+0.82%) :arrow_up:
pymzml/regex_patterns.py 100% <100%> (ø) :arrow_up:
tests/file_io_standard_mzml_test.py 97.82% <100%> (+1.52%) :arrow_up:
pymzml/file_classes/standardMzml.py 82.75% <90%> (+23.79%) :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 0221a5c...3c7daff. Read the comment docs.