Skip to content

Commit 17403c6

Browse files
committed
Cleaner workflow
IMO, better visual to distinguish tests failing and coverage failing
1 parent 16ecc81 commit 17403c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pytest-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ jobs:
6666
run: |
6767
pip install -e ${{ inputs.setup-path }}
6868
69-
- name: Run PyTest & Check Coverage
69+
- name: Run PyTest
7070
run: |
7171
coverage run -m pytest -v ${{ inputs.test-path }} --color=yes
72+
73+
- name: Check Coverage
74+
run: |
7275
coverage report
7376

0 commit comments

Comments
 (0)