Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Run coverage separately
if: matrix.test-env == 'py312'
run: |
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
uv run --frozen pytest test/ --cov=src/apihub_client --cov-report=xml --cov-report=html --cov-fail-under=85

- name: Render the report to the PR
if: matrix.test-env == 'py312' && github.event_name == 'pull_request'
Expand Down
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ This document contains critical information about working with this codebase. Fo
- Follow existing patterns
- Test thoroughly
- Use Context7 mcp server if available to get latest documents.

- Don't mention claude code any where in code, commit messages or in PR description or comment
Loading