Skip to content

Commit d20dbed

Browse files
committed
Generate coverage
1 parent 807d348 commit d20dbed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
tox -r -e $(echo "${{ matrix.python }}" | tr -d .)
3636
3737
- name: Upload coverage
38+
if: ${{ matrix.python != 'python3.3' && matrix.python != 'python3.4' }}
3839
uses: actions/upload-artifact@v4
3940
with:
4041
name: coverage-${{ matrix.python }}
@@ -192,7 +193,7 @@ jobs:
192193
- name: Combine coverage
193194
run: |
194195
coverage combine
195-
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
196+
coverage report --format=markdown >> "$GITHUB_STEP_SUMMARY"
196197
coverage html
197198
198199
- name: Upload HTML report

0 commit comments

Comments
 (0)