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

Initialize `self._precursors` with None #255

Closed MKoesters closed 3 years ago

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

Codecov Report

Merging #255 (04e731f) into dev (034e26e) will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #255      +/-   ##
==========================================
+ Coverage   84.18%   84.30%   +0.12%     
==========================================
  Files          32       32              
  Lines        3698     3728      +30     
==========================================
+ Hits         3113     3143      +30     
  Misses        585      585              
Impacted Files Coverage Δ
pymzml/spec.py 77.86% <100.00%> (+0.71%) :arrow_up:
tests/main_spec_test.py 99.04% <100.00%> (+0.01%) :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 850e738...04e731f. Read the comment docs.