RobinL / fuzzymatcher

Record linking package that fuzzy matches two Python pandas dataframes using sqlite3 fts4
MIT License
281 stars 60 forks source link

added test for when nulls are present #33

Closed RobinL closed 6 years ago

RobinL commented 6 years ago

This closes #27

codecov-io commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #33     +/-   ##
=========================================
+ Coverage   92.88%   92.98%   +0.1%     
=========================================
  Files          14       15      +1     
  Lines         604      613      +9     
=========================================
+ Hits          561      570      +9     
  Misses         43       43
Impacted Files Coverage Δ
tests/test_misc.py 100% <100%> (ø)

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 1d74eee...5275a02. Read the comment docs.