add test coverage
This commit is contained in:
@@ -21,5 +21,5 @@ jobs:
|
||||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: poetry install
|
||||
run: poetry install
|
||||
- name: poetry run pytest
|
||||
run: poetry run pytest
|
||||
- name: poetry run pytest and coverage
|
||||
run: poetry run pytest --cov .
|
||||
|
||||
Reference in New Issue
Block a user