Closed RevolutionTech closed 6 years ago
Merging #12 into master will increase coverage by
4.08%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #12 +/- ##
========================================
+ Coverage 95.91% 100% +4.08%
========================================
Files 4 3 -1
Lines 343 163 -180
========================================
- Hits 329 163 -166
+ Misses 14 0 -14
Impacted Files | Coverage Δ | |
---|---|---|
setup.py | 100% <ø> (+20%) |
:arrow_up: |
weighted_levenshtein/clev.pyx |
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 ca48e8f...c2a7593. Read the comment docs.
Currently installing
weighted-levenshtein
without Cython installed results in failure. Instead, Cython should be installed automatically whenweighted-levenshtein
is installed, if it is not already.Fixes https://github.com/infoscout/weighted-levenshtein/issues/11.