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

Change CI/CD #140

Closed MKoesters closed 5 years ago

MKoesters commented 5 years ago

Enhance our CI/CD Pipeline

codecov[bot] commented 5 years ago

Codecov Report

Merging #140 into master will increase coverage by 65.98%. The diff coverage is 80.6%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #140       +/-   ##
===========================================
+ Coverage   15.94%   81.92%   +65.98%     
===========================================
  Files          13       32       +19     
  Lines        1844     3381     +1537     
===========================================
+ Hits          294     2770     +2476     
+ Misses       1550      611      -939
Impacted Files Coverage Δ
tests/file_io_indexed_gzip_reader_test.py 96.55% <ø> (ø)
pymzml/file_interface.py 93.33% <100%> (+53.33%) :arrow_up:
pymzml/file_classes/indexedGzip.py 96.96% <100%> (+54.54%) :arrow_up:
tests/utils_decoder_test.py 66.66% <100%> (ø)
tests/file_io_standard_mzml_test.py 96.29% <100%> (ø)
tests/main_ms_numpress_test.py 97.94% <100%> (ø)
pymzml/regex_patterns.py 100% <100%> (ø) :arrow_up:
pymzml/file_classes/standardGzip.py 97.14% <100%> (+60%) :arrow_up:
tests/main_chromatogram_test.py 89.47% <100%> (ø)
tests/test_file_paths.py 100% <100%> (ø)
... and 49 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 d87f762...cc6d95f. Read the comment docs.