pymzml / pymzML

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

Merge Dev into Master #269

Closed MKoesters closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #269 (bb2f514) into master (e6c876e) will increase coverage by 4.39%. The diff coverage is 74.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   79.90%   84.29%   +4.39%     
==========================================
  Files          33       32       -1     
  Lines        3951     3738     -213     
==========================================
- Hits         3157     3151       -6     
+ Misses        794      587     -207     
Impacted Files Coverage Δ
pymzml/run.py 86.04% <50.00%> (-0.86%) :arrow_down:
pymzml/spec.py 77.89% <67.90%> (+2.78%) :arrow_up:
pymzml/plot.py 73.14% <75.00%> (-0.17%) :arrow_down:
pymzml/file_classes/standardMzml.py 69.49% <76.66%> (-0.19%) :arrow_down:
pymzml/file_interface.py 93.54% <100.00%> (+0.21%) :arrow_up:
pymzml/regex_patterns.py 100.00% <100.00%> (ø)
tests/main_reader_test.py 99.37% <100.00%> (+0.02%) :arrow_up:
tests/main_spec_test.py 99.04% <100.00%> (+0.01%) :arrow_up:
tests/ms2_spec_test.py 98.21% <100.00%> (+0.21%) :arrow_up:
pymzml/utils/__init__.py
... and 1 more

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 5eaf345...bb2f514. Read the comment docs.