trying to fix pytest

This commit is contained in:
yoni13 2025-01-15 00:28:48 +08:00
parent b5a4ed5160
commit 01eb09526e

View File

@ -390,7 +390,7 @@ jobs:
poetry run black --check app export
- name: Run mypy type checking
run: |
poetry run mypy --install-types --non-interactive --strict app/
mkdir .mypy_cache && poetry run mypy --install-types --non-interactive --strict app/
- name: Run tests and coverage
run: |
poetry run pytest app --cov=app --cov-report term-missing