Sygil-Dev / whoosh-reloaded

Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python.
https://sygil-dev.github.io/whoosh-reloaded/
Other
120 stars 15 forks source link

Remove unused variable and update URLs #61

Closed ZeroCool940711 closed 9 months ago

ZeroCool940711 commented 9 months ago

This pull request includes the following changes:

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

codecov[bot] commented 9 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (b85d900) 80.92% compared to head (53db475) 80.97%.

Files Patch % Lines
tests/test_columns.py 92.38% 0 Missing and 8 partials :warning:
src/whoosh/automata/fsa.py 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ========================================== + Coverage 80.92% 80.97% +0.05% ========================================== Files 133 133 Lines 29410 29496 +86 Branches 5053 5066 +13 ========================================== + Hits 23799 23884 +85 + Misses 4742 4737 -5 - Partials 869 875 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.