Skip to content

Commit 95488bd

Browse files
committed
Run pytest with coverage
1 parent aad78b1 commit 95488bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
3737
- name: Run tests
3838
run: |
39-
pytest .
39+
coverage run -m pytest .
40+
coverage report --sort=cover

0 commit comments

Comments
 (0)