Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch storage backend #25

Draft
wants to merge 404 commits into
base: main
Choose a base branch
from

Remove unused code

668de7e
Select commit
Loading
Failed to load commit list.
Draft

Elasticsearch storage backend #25

Remove unused code
668de7e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 0s

89.68% (+35.67%) compared to 3554fc7

View this Pull Request on Codecov

89.68% (+35.67%) compared to 3554fc7

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 49 lines in your changes missing coverage. Please review.

Project coverage is 89.68%. Comparing base (3554fc7) to head (668de7e).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
archive_query_log/legacy/queries/parse.py 19.04% 17 Missing ⚠️
archive_query_log/legacy/urls/iterable.py 53.84% 12 Missing ⚠️
archive_query_log/legacy/results/parse.py 56.52% 10 Missing ⚠️
archive_query_log/legacy/model/parse.py 78.57% 3 Missing ⚠️
archive_query_log/legacy/__init__.py 77.77% 2 Missing ⚠️
archive_query_log/legacy/download/iterable.py 90.00% 2 Missing ⚠️
archive_query_log/legacy/model/__init__.py 87.50% 1 Missing ⚠️
archive_query_log/legacy/services/__init__.py 75.00% 1 Missing ⚠️
archive_query_log/legacy/util/text.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #25       +/-   ##
===========================================
+ Coverage   54.00%   89.68%   +35.67%     
===========================================
  Files          92       61       -31     
  Lines        4607     2724     -1883     
===========================================
- Hits         2488     2443       -45     
+ Misses       2119      281     -1838     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.