text2vec icon indicating copy to clipboard operation
text2vec copied to clipboard

Added test for split_vector() from utils.R.

Open hxxr opened this issue 6 years ago • 2 comments

hxxr avatar Dec 13 '19 17:12 hxxr

Codecov Report

Merging #310 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
- Coverage   78.98%   78.93%   -0.05%     
==========================================
  Files          39       38       -1     
  Lines        2398     2293     -105     
==========================================
- Hits         1894     1810      -84     
+ Misses        504      483      -21
Impacted Files Coverage Δ
src/HashCorpus.cpp 66.21% <0%> (-2.92%) :arrow_down:
R/model_GloVe.R 58.11% <0%> (-1.39%) :arrow_down:
src/GloveFitter.cpp 70.37% <0%> (-1.3%) :arrow_down:
R/tcm.R 85.89% <0%> (-1.01%) :arrow_down:
R/iterators.R 77.7% <0%> (-0.69%) :arrow_down:
R/model_LSA.R 73.68% <0%> (-0.68%) :arrow_down:
R/vectorizers.R 90.47% <0%> (-0.64%) :arrow_down:
src/VocabCorpus.cpp 91.83% <0%> (-0.62%) :arrow_down:
src/utils.cpp 55.93% <0%> (-0.52%) :arrow_down:
R/vocabulary.R 85.4% <0%> (-0.52%) :arrow_down:
... and 18 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 f673a93...f9bbeb4. Read the comment docs.

codecov[bot] avatar Dec 13 '19 18:12 codecov[bot]

@hxxr thanks for your contribution - PR with test coverage are especially appreciated. Let me know when this will be ready for review.

dselivanov avatar Dec 16 '19 16:12 dselivanov