add test coverage
This commit is contained in:
parent
033718a13c
commit
a01ae608f6
3 changed files with 89 additions and 3 deletions
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue