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

add full docstring coverage #45

Merged
merged 1 commit into from
Mar 17, 2024
Merged

add full docstring coverage #45

merged 1 commit into from
Mar 17, 2024

Conversation

hyusap
Copy link
Collaborator

@hyusap hyusap commented Mar 17, 2024

No description provided.

Copy link

Name Stmts Miss Cover
honcho/__init__.py 4 0 100%
honcho/cache.py 16 11 31%
honcho/client.py 466 117 75%
honcho/schemas.py 31 3 90%
honcho/sync_client.py 466 117 75%
tests/test_async.py 360 0 100%
tests/test_sync.py 340 0 100%
TOTAL 1683 248 85%

Docstring Coverage

=========== Coverage for /home/runner/work/honcho/honcho/sdk/honcho/ ===========
----------------------------------- Summary ------------------------------------
| Name                     |      Total |      Miss |      Cover |      Cover% |
|--------------------------|------------|-----------|------------|-------------|
| __init__.py              |          1 |         0 |          1 |        100% |
| cache.py                 |          5 |         0 |          5 |        100% |
| client.py                |         76 |         0 |         76 |        100% |
| schemas.py               |         10 |         0 |         10 |        100% |
| sync_client.py           |         76 |         0 |         76 |        100% |
| ext/__init__.py          |          1 |         0 |          1 |        100% |
| ext/langchain.py         |          4 |         0 |          4 |        100% |
|--------------------------|------------|-----------|------------|-------------|
| TOTAL                    |        173 |         0 |        173 |      100.0% |
--------------- RESULT: PASSED (minimum: 80.0%, actual: 100.0%) ----------------

@hyusap hyusap marked this pull request as ready for review March 17, 2024 21:34
@hyusap hyusap requested a review from VVoruganti March 17, 2024 21:34
@VVoruganti VVoruganti merged commit 04a6764 into staging Mar 17, 2024
4 checks passed
@VVoruganti VVoruganti deleted the docstrings branch March 17, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants