Commit f523e67
committed
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.py1 parent 20118ff commit f523e67
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments