yeraydiazdiaz / lunr.py

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

Lunrjs v2.3.0 #18

Closed yeraydiazdiaz closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.19%. The diff coverage is 91.89%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #18     +/-   ##
=========================================
- Coverage   96.01%   95.81%   -0.2%     
=========================================
  Files          19       19             
  Lines        1028     1052     +24     
  Branches      195      198      +3     
=========================================
+ Hits          987     1008     +21     
- Misses         23       26      +3     
  Partials       18       18
Impacted Files Coverage Δ
lunr/index.py 96.45% <ø> (ø) :arrow_up:
lunr/__main__.py 100% <100%> (ø) :arrow_up:
lunr/vector.py 97.56% <66.66%> (-1.19%) :arrow_down:
lunr/builder.py 97.5% <92.85%> (-1.52%) :arrow_down:

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 bdfb682...77fb457. Read the comment docs.