whoosh-community / whoosh

Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python.
Other
240 stars 36 forks source link

#565, #566 and minor repairs #568

Open stevennic opened 3 years ago

stevennic commented 3 years ago

Addressing #565, #566 and some minor repairs.

For the readme, I'm proposing we remove the unhelpful comments, because the correct answer is redundant anyway, since it's standard Github process.

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@f846e4a). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #568   +/-   ##
=========================================
  Coverage          ?   83.05%           
=========================================
  Files             ?      132           
  Lines             ?    29657           
  Branches          ?        0           
=========================================
  Hits              ?    24631           
  Misses            ?     5026           
  Partials          ?        0           
Impacted Files Coverage Δ
src/whoosh/codec/whoosh3.py 95.09% <100.00%> (ø)
tests/test_collector.py 99.41% <100.00%> (ø)
tests/test_matching.py 95.08% <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 f846e4a...7b10f14. Read the comment docs.