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

test version #1503

Merged
merged 25 commits into from
Dec 23, 2024

fix: linting

41b4c28
Select commit
Loading
Failed to load commit list.
Merged

test version #1503

fix: linting
41b4c28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 1s

35.51% (-0.40%) compared to 1323261, passed because coverage increased by 0.09% when compared to adjusted base (35.41%)

View this Pull Request on Codecov

35.51% (-0.40%) compared to 1323261, passed because coverage increased by 0.09% when compared to adjusted base (35.41%)

Details

Codecov Report

Attention: Patch coverage is 33.07544% with 346 lines in your changes missing coverage. Please review.

Project coverage is 35.51%. Comparing base (1323261) to head (41b4c28).
Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
application/api/user/routes.py 29.48% 110 Missing ⚠️
application/parser/chunking.py 16.25% 67 Missing ⚠️
application/tools/agent.py 15.06% 62 Missing ⚠️
application/parser/embedding_pipeline.py 25.00% 27 Missing ⚠️
application/tools/implementations/telegram.py 40.74% 16 Missing ⚠️
application/tools/implementations/cryptoprice.py 39.13% 14 Missing ⚠️
application/tools/tool_manager.py 62.85% 13 Missing ⚠️
application/utils.py 33.33% 8 Missing ⚠️
application/worker.py 22.22% 7 Missing ⚠️
application/llm/openai.py 14.28% 6 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1503      +/-   ##
==========================================
- Coverage   35.90%   35.51%   -0.40%     
==========================================
  Files          68       73       +5     
  Lines        3275     3644     +369     
==========================================
+ Hits         1176     1294     +118     
- Misses       2099     2350     +251     

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