Fix dependencies

This commit is contained in:
e-maks
2024-03-04 02:25:26 +03:00
parent be15eb4d1b
commit ae1f5f4b50
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with:
poetry-version: '1.7.1'
- name: Install dependencies
run: poetry install; poetry add pytest; poetry add pytest-mock; poetry add pytest-cov
run: poetry install
- name: Run pytest-cov
run: poetry run pytest tests/ --cov=app --cov-branch --cov-report json:coverage.json
- name: Check coverage threshold