matthieugomez / StringDistances.jl

String Distances in Julia
Other
134 stars 18 forks source link

simplify a bit preprocessed qgrams #50

Closed matthieugomez closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 (ca84fe9) into main (633a2d8) will decrease coverage by 0.39%. The diff coverage is 95.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   95.02%   94.63%   -0.40%     
==========================================
  Files           7        8       +1     
  Lines         503      503              
==========================================
- Hits          478      476       -2     
- Misses         25       27       +2     
Impacted Files Coverage Δ
src/StringDistances.jl 100.00% <ø> (ø)
src/normalize.jl 95.69% <87.50%> (-1.05%) :arrow_down:
src/distances/qgram_preprocessed.jl 92.75% <92.75%> (ø)
src/distances/qgram.jl 100.00% <100.00%> (+2.50%) :arrow_up:
src/pairwise.jl 100.00% <100.00%> (ø)

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 633a2d8...ca84fe9. Read the comment docs.