mirror of
https://github.com/QualityInUse/lab-coverage-maksktl.git
synced 2026-08-05 13:55:28 +03:00
Fix dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user