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

feat: pytest-recording docs #52

Merged
merged 22 commits into from
Aug 30, 2024

chg: test_services

069be1d
Select commit
Loading
Failed to load commit list.
Merged

feat: pytest-recording docs #52

chg: test_services
069be1d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2024 in 0s

41.49% (target 10.00%)

View this Pull Request on Codecov

41.49% (target 10.00%)

Details

Codecov Report

Attention: Patch coverage is 72.66576% with 202 lines in your changes missing coverage. Please review.

Project coverage is 41.49%. Comparing base (b6150bc) to head (069be1d).

Files with missing lines Patch % Lines
src/goob_ai/services/pgvector_service.py 47.27% 57 Missing and 1 partial ⚠️
src/goob_ai/services/__init__.py 61.71% 45 Missing and 4 partials ⚠️
src/goob_ai/gen_ai/vectorstore/pgvector_store.py 39.65% 35 Missing ⚠️
src/goob_ai/gen_ai/vectorstore/chroma_store.py 42.55% 27 Missing ⚠️
src/goob_ai/gen_ai/vectorstore/pinecone_store.py 48.71% 20 Missing ⚠️
src/goob_ai/gen_ai/utilities/__init__.py 94.00% 10 Missing and 2 partials ⚠️
src/goob_ai/services/chroma_service.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   38.65%   41.49%   +2.83%     
==========================================
  Files          64       76      +12     
  Lines        6612     7247     +635     
  Branches      865      941      +76     
==========================================
+ Hits         2556     3007     +451     
- Misses       3943     4121     +178     
- Partials      113      119       +6     

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