Replace print statements with structured logging across multiple files

Co-authored-by: db2002dominic <db2002dominic@gmail.com>
This commit is contained in:
Cursor Agent
2025-08-23 20:04:19 +00:00
co-authored by db2002dominic
parent 6a746eb3df
commit 5061d69f57
9 changed files with 40 additions and 41 deletions
+2 -1
View File
@@ -40,7 +40,7 @@ jobs:
UPSTREAM_BASE_URL: "http://test"
UPSTREAM_API_KEY: "test"
run: |
uv run pytest --verbose --tb=short
uv run pytest -m "not requires_docker" --verbose --tb=short --junit-xml=pytest.xml --cov=routstr --cov-report=term --cov-report=xml
- name: Upload test results
if: always()
@@ -49,5 +49,6 @@ jobs:
name: test-results-${{ matrix.python-version }}
path: |
pytest.xml
coverage.xml
.coverage
retention-days: 30