bossjones / goob_ai

MIT License
1 stars 0 forks source link

feat: pytest-recording docs #52

Closed bossjones closed 4 weeks ago

bossjones commented 1 month ago

summary of pytest-recording documentation and how to use it with this repo.

codecov[bot] commented 1 month ago

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). Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
src/goob_ai/services/pgvector_service.py 47.27% 57 Missing and 1 partial :warning:
src/goob_ai/services/__init__.py 61.71% 45 Missing and 4 partials :warning:
src/goob_ai/gen_ai/vectorstore/pgvector_store.py 39.65% 35 Missing :warning:
src/goob_ai/gen_ai/vectorstore/chroma_store.py 42.55% 27 Missing :warning:
src/goob_ai/gen_ai/vectorstore/pinecone_store.py 48.71% 20 Missing :warning:
src/goob_ai/gen_ai/utilities/__init__.py 94.00% 10 Missing and 2 partials :warning:
src/goob_ai/services/chroma_service.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ``` | [Flag](https://app.codecov.io/gh/bossjones/goob_ai/pull/52/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/bossjones/goob_ai/pull/52/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `41.49% <72.66%> (+2.83%)` | :arrow_up: | | [Linux](https://app.codecov.io/gh/bossjones/goob_ai/pull/52/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `41.49% <72.66%> (+2.83%)` | :arrow_up: | | [X64](https://app.codecov.io/gh/bossjones/goob_ai/pull/52/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29) | `41.49% <72.66%> (+2.83%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Malcolm+Jones+%28bossjones%2FTony+Dark%29#carryforward-flags-in-the-pull-request-comment) to find out more.

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