yeraydiazdiaz / lunr.py

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

Improve coverage #21

Closed yeraydiazdiaz closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.89%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #21      +/-   ##
=========================================
+ Coverage   95.81%   97.7%   +1.89%     
=========================================
  Files          19      19              
  Lines        1052    1047       -5     
  Branches      198     195       -3     
=========================================
+ Hits         1008    1023      +15     
+ Misses         26      13      -13     
+ Partials       18      11       -7
Impacted Files Coverage Δ
lunr/query_lexer.py 100% <100%> (+0.89%) :arrow_up:
lunr/index.py 100% <100%> (+3.54%) :arrow_up:
lunr/builder.py 100% <100%> (+2.5%) :arrow_up:
lunr/field_ref.py 100% <100%> (+5%) :arrow_up:
lunr/vector.py 100% <100%> (+2.43%) :arrow_up:
lunr/query.py 100% <100%> (+4.16%) :arrow_up:
... and 2 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 91bd2c8...020f409. Read the comment docs.