added step to print coverage report
This commit is contained in:
@@ -31,3 +31,6 @@ jobs:
|
|||||||
- name: Pytest
|
- name: Pytest
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest .
|
poetry run pytest .
|
||||||
|
- name: Coverage Report
|
||||||
|
run: |
|
||||||
|
poetry run coverage report -m
|
||||||
|
|||||||
Reference in New Issue
Block a user