LRriver commented on PR #361: URL: https://github.com/apache/hugegraph-ai/pull/361#issuecomment-4765777381
Follow-up `8c96386` fixes the CI-only route registration test failure by asserting the public OpenAPI contract instead of internal `app.routes` response-model attributes. Local verification after the follow-up: - `uv run ruff format --check .` - `uv run ruff check .` - `SKIP_EXTERNAL_SERVICES=true uv run pytest hugegraph-llm/src/tests -m "not integration and not hugegraph and not smoke and not external" --cov=hugegraph_llm --cov-fail-under=34 --cov-report=term --cov-report=xml:llm-unit-contract.xml -v --tb=short --durations=20` (`456 passed, 3 skipped, 15 deselected`) Remote CI on this PR is now green for CodeQL, Ruff, HugeGraph-LLM, HG-Python-Client, and license/header checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
