yeraydiazdiaz / lunr.py

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

Drop 2.7 #74

Closed yeraydiazdiaz closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #74 into 1.0 will decrease coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.0      #74      +/-   ##
==========================================
- Coverage   98.54%   98.48%   -0.06%     
==========================================
  Files          20       20              
  Lines        1096     1059      -37     
  Branches      201      198       -3     
==========================================
- Hits         1080     1043      -37     
  Misses          9        9              
  Partials        7        7              
Impacted Files Coverage Δ
lunr/builder.py 100.00% <ø> (ø)
lunr/exceptions.py 100.00% <ø> (ø)
lunr/field_ref.py 100.00% <ø> (ø)
lunr/idf.py 100.00% <ø> (ø)
lunr/languages/__init__.py 100.00% <ø> (ø)
lunr/languages/trimmer.py 100.00% <ø> (ø)
lunr/match_data.py 100.00% <ø> (ø)
lunr/query_lexer.py 100.00% <ø> (ø)
lunr/stop_word_filter.py 100.00% <ø> (ø)
lunr/token.py 100.00% <ø> (ø)
... 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 3690c51...7c6595e. Read the comment docs.