Skip to content

Commit 9818306

Browse files
Update run_tests_coverage.yml
1 parent 889f090 commit 9818306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests_coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
#----------------------------------------------
6464
- name: Run tests and generate coverage
6565
run: |
66-
poetry run coverage run -m pytest
66+
poetry run coverage run -m pytest
67+
poetry run coverage report -m

0 commit comments

Comments
 (0)