epruesse / SINA

SINA - Reference based multiple sequence alignment
https://sina.readthedocs.io
GNU General Public License v3.0
40 stars 4 forks source link

Work towards completed internal kmer search #47

Closed epruesse closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 2.11%. The diff coverage is 83.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   63.43%   65.55%   +2.11%     
==========================================
  Files          41       41              
  Lines        3821     4030     +209     
==========================================
+ Hits         2424     2642     +218     
+ Misses       1397     1388       -9
Flag Coverage Δ
#integration 53.54% <32%> (-2.16%) :arrow_down:
#unittest 33.89% <75.53%> (+11.77%) :arrow_up:
Impacted Files Coverage Δ
src/famfinder.h 100% <ø> (ø) :arrow_up:
src/kmer_search.h 100% <ø> (+100%) :arrow_up:
src/query_arb.h 0% <ø> (-40%) :arrow_down:
src/search.h 100% <ø> (+50%) :arrow_up:
src/query_pt.h 0% <ø> (ø) :arrow_up:
src/log.cpp 79.14% <0%> (+0.61%) :arrow_up:
src/aligned_base.h 60.52% <100%> (-3.25%) :arrow_down:
src/mesh.h 72.34% <100%> (+3.24%) :arrow_up:
src/cseq_comparator.cpp 53.94% <100%> (ø) :arrow_up:
src/alignment_stats.cpp 86.11% <100%> (+2.77%) :arrow_up:
... and 26 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 767866a...343c23d. Read the comment docs.