andrewtavis / kwx

BERT, LDA, and TFIDF based keyword extraction in Python
BSD 3-Clause "New" or "Revised" License
70 stars 10 forks source link

Add tests for kwx.utils with edits based on results #3

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #3 (4a7718e) into main (2973ec7) will increase coverage by 16.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #3       +/-   ##
===========================================
+ Coverage   10.71%   27.31%   +16.59%     
===========================================
  Files           6        6               
  Lines         961      963        +2     
===========================================
+ Hits          103      263      +160     
+ Misses        858      700      -158     
Impacted Files Coverage Δ
kwx/model.py 5.86% <ø> (ø)
kwx/visuals.py 9.85% <ø> (ø)
kwx/utils.py 75.29% <100.00%> (+61.24%) :arrow_up:
kwx/languages.py 100.00% <0.00%> (+66.66%) :arrow_up:

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 2973ec7...4a7718e. Read the comment docs.