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

Rename README.txt to README.md #540

Closed studer closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #540 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #540      +/-   ##
==========================================
+ Coverage   82.99%   83.01%   +0.01%     
==========================================
  Files         132      132              
  Lines       29621    29621              
==========================================
+ Hits        24585    24589       +4     
+ Misses       5036     5032       -4
Impacted Files Coverage Δ
src/whoosh/collectors.py 92.64% <0%> (-0.22%) :arrow_down:
src/whoosh/index.py 76.01% <0%> (+1.55%) :arrow_up:

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 9c020a7...98a3491. Read the comment docs.

fortable1999 commented 5 years ago

thanks!

nijel commented 5 years ago

This breaks installation, see https://github.com/whoosh-community/whoosh/issues/541

ghost commented 5 years ago

@fortable1999 Yeah a .txt reference was left behind and this prevents Whoosh from installing.