yeraydiazdiaz / lunr.py

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

Blackened is the end #64

Closed yeraydiazdiaz closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #64 into master will not change coverage. The diff coverage is 94.15%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          20       20           
  Lines        1079     1079           
  Branches      199      199           
=======================================
  Hits         1061     1061           
  Misses         10       10           
  Partials        8        8
Impacted Files Coverage Δ
lunr/__main__.py 100% <ø> (ø) :arrow_up:
lunr/languages/stemmer.py 100% <ø> (ø) :arrow_up:
lunr/stop_word_filter.py 100% <ø> (ø) :arrow_up:
lunr/pipeline.py 100% <100%> (ø) :arrow_up:
lunr/query.py 100% <100%> (ø) :arrow_up:
lunr/tokenizer.py 100% <100%> (ø) :arrow_up:
lunr/match_data.py 100% <100%> (ø) :arrow_up:
lunr/index.py 100% <100%> (ø) :arrow_up:
lunr/builder.py 100% <100%> (ø) :arrow_up:
lunr/field_ref.py 100% <100%> (ø) :arrow_up:
... and 9 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 3c7aa69...8464b90. Read the comment docs.