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

fix: issue #94 raise from exceptions #105

Merged

Merge branch 'main' into issue-94/reraise-exceptions-w-trace

d8319a6
Select commit
Loading
Failed to load commit list.
Merged

fix: issue #94 raise from exceptions #105

Merge branch 'main' into issue-94/reraise-exceptions-w-trace
d8319a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 17, 2024 in 0s

91.24% (+0.00%) compared to 779072b

View this Pull Request on Codecov

91.24% (+0.00%) compared to 779072b

Details

Codecov Report

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

Comparison is base (779072b) 91.24% compared to head (d8319a6) 91.24%.

Files Patch % Lines
semantic_router/encoders/fastembed.py 0.00% 1 Missing ⚠️
semantic_router/llms/openai.py 50.00% 1 Missing ⚠️
semantic_router/llms/openrouter.py 50.00% 1 Missing ⚠️
semantic_router/utils/llm.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          25       25           
  Lines        1085     1085           
=======================================
  Hits          990      990           
  Misses         95       95           

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