You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update test configuration to include all test files
- Update GitHub Action workflow to run all tests in test/ directory
- Update tox configuration to run all test files instead of hardcoded subset
- Fixes coverage failure in CI by including all test files for complete coverage
This ensures that the CI environment runs the same comprehensive test suite
that achieves 100% coverage locally, including:
- test/test_client.py
- test/test_integration.py
- test/test_doc_splitter.py
- test/test_generic_client.py
- test/test_imports.py
- test/test_performance.py
0 commit comments