yeraydiazdiaz / lunr.py

A Python implementation of Lunr.js 🌖
http://lunr.readthedocs.io
MIT License
188 stars 16 forks source link

Lunrjs 2.3.6 #65

Closed yeraydiazdiaz closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #65      +/-   ##
=========================================
+ Coverage   98.33%   98.5%   +0.17%     
=========================================
  Files          20      20              
  Lines        1079    1072       -7     
  Branches      199     197       -2     
=========================================
- Hits         1061    1056       -5     
+ Misses         10       9       -1     
+ Partials        8       7       -1
Impacted Files Coverage Δ
lunr/tokenizer.py 100% <100%> (ø) :arrow_up:
lunr/token_set.py 95.31% <100%> (+1.23%) :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 289263b...1060e56. Read the comment docs.