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

Update CI/CD & Fix bugs #146

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago

Update CI/CD

codecov[bot] commented 5 years ago

Codecov Report

Merging #146 into master will increase coverage by 65.89%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #146       +/-   ##
===========================================
+ Coverage   15.94%   81.83%   +65.89%     
===========================================
  Files          13       32       +19     
  Lines        1844     3397     +1553     
===========================================
+ Hits          294     2780     +2486     
+ Misses       1550      617      -933
Impacted Files Coverage Δ
tests/plot_spec_test.py 98.38% <ø> (ø)
pymzml/run.py 82.71% <100%> (+66.04%) :arrow_up:
pymzml/plot.py 73.3% <100%> (+66.19%) :arrow_up:
tests/main_spec_test.py 98.87% <0%> (ø)
tests/file_io_indexed_gzip_writer_test.py 99% <0%> (ø)
tests/main_ms_numpress_ext_test.py 97.41% <0%> (ø)
tests/main_reader_test.py 99.29% <0%> (ø)
tests/file_io_standard_gzip_test.py 96.29% <0%> (ø)
tests/ms2_spec_test.py 96.15% <0%> (ø)
... and 21 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 2b21139...c4553a4. Read the comment docs.