fix: resolve CI/CD issues - correct paths in workflow and linting
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user