mailund / stralg

Small library of string algorithms
17 stars 10 forks source link

Bwt serialisation #89

Closed mailund closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.07%. The diff coverage is 97.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   96.64%   96.71%   +0.07%     
==========================================
  Files          35       37       +2     
  Lines        2268     2530     +262     
==========================================
+ Hits         2192     2447     +255     
- Misses         76       83       +7
Impacted Files Coverage Δ
tests/serialise_test.c 100% <100%> (ø)
tests/approx_match_test.c 100% <100%> (ø) :arrow_up:
stralg/bwt.h 100% <100%> (ø) :arrow_up:
tests/suffix_array_test.c 100% <100%> (ø) :arrow_up:
tests/match_test.c 100% <100%> (ø) :arrow_up:
stralg/serialise.c 100% <100%> (ø)
tests/bwt_test.c 100% <100%> (ø) :arrow_up:
tests/remap_test.c 100% <100%> (ø) :arrow_up:
tests/string_utils_test.c 100% <100%> (ø) :arrow_up:
stralg/string_utils.c 100% <100%> (ø) :arrow_up:
... and 6 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 c70d238...fa3456c. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.078% when pulling dbbd4899d1f2471e249a63382ab42773b62bb7a2 on bwt-serialisation into c70d2388f45e3b736d0c87eb8af7c469e65dc9d8 on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.557% when pulling fa3456cdc84a224c2c29815b10b0fbae7a29bba4 on bwt-serialisation into c70d2388f45e3b736d0c87eb8af7c469e65dc9d8 on master.