undo cursor agent stuff

This commit is contained in:
Shroominic
2025-08-23 17:13:38 -03:00
parent 73e6e259bc
commit 9ffd44eac6
5 changed files with 17 additions and 18 deletions
+1 -2
View File
@@ -40,7 +40,7 @@ jobs:
UPSTREAM_BASE_URL: "http://test"
UPSTREAM_API_KEY: "test"
run: |
uv run pytest -m "not requires_docker" --verbose --tb=short --junit-xml=pytest.xml --cov=routstr --cov-report=term --cov-report=xml
uv run pytest --verbose --tb=short
- name: Upload test results
if: always()
@@ -49,6 +49,5 @@ jobs:
name: test-results-${{ matrix.python-version }}
path: |
pytest.xml
coverage.xml
.coverage
retention-days: 30