Skip to content

Commit e4d4c6a

Browse files
authored
Merge pull request #5 from Zipstack/feature/add-doc-splitter-and-generic-clients
Add DocSplitterClient and GenericUnstractClient support
2 parents 877986c + 620a8a2 commit e4d4c6a

File tree

12 files changed

+2152
-349
lines changed

12 files changed

+2152
-349
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Run coverage separately
8080
if: matrix.test-env == 'py312'
8181
run: |
82-
uv run --frozen pytest test/test_client.py test/test_integration.py --cov=src/apihub_client --cov-report=xml --cov-report=html --cov-fail-under=85
82+
uv run --frozen pytest test/ --cov=src/apihub_client --cov-report=xml --cov-report=html --cov-fail-under=85
8383
8484
- name: Render the report to the PR
8585
if: matrix.test-env == 'py312' && github.event_name == 'pull_request'

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ This document contains critical information about working with this codebase. Fo
6565
- Follow existing patterns
6666
- Test thoroughly
6767
- Use Context7 mcp server if available to get latest documents.
68+
69+
- Don't mention claude code any where in code, commit messages or in PR description or comment

0 commit comments

Comments
 (0)