yeraydiazdiaz / lunr.py

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

Add support for Pipeline.skip() #109

Closed tristanlatr closed 2 years ago

tristanlatr commented 2 years ago

Fixes #108

tristanlatr commented 2 years ago

Static checks are fixed now!

codecov-commenter commented 2 years ago

Codecov Report

Merging #109 (c341114) into master (b9533ca) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   98.34%   98.35%           
=======================================
  Files          23       23           
  Lines        1089     1095    +6     
  Branches      199      218   +19     
=======================================
+ Hits         1071     1077    +6     
  Misses         10       10           
  Partials        8        8           
Impacted Files Coverage Δ
lunr/builder.py 100.00% <100.00%> (ø)
lunr/pipeline.py 100.00% <100.00%> (ø)

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 b9533ca...c341114. Read the comment docs.

tristanlatr commented 2 years ago

I’ll correct the typing and add documentation.

tristanlatr commented 2 years ago

Hi @yeraydiazdiaz , we're good for the review :)

Hope this change can be released in a new version soon.

Thanks.