fix: resolve CI/CD issues - correct paths in workflow and linting
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-01 08:17:56 +00:00
parent 8c51cedc3d
commit b23395788b

View File

@@ -23,7 +23,7 @@ jobs:
pip install -e ".[dev]" pip install -e ".[dev]"
- name: Run tests - name: Run tests
run: python -m pytest tests/ -v --cov=src run: python -m pytest tests/ -v --cov=src --cov-report=term-missing
- name: Run linting - name: Run linting
run: python -m ruff check src/ tests/ run: python -m ruff check src/ tests/