Skip to content

Commit 3c74c82

Browse files
committed
Missed wrapping a coverage command with poetry.
1 parent 780e3df commit 3c74c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/poetry.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
run: poetry run tox
5555
- name: Generate coverage reports
5656
run: >
57-
poetry run coverage report && coverage xml -o ${{ env.REPORTS_DIR }}/coverage.xml &&
57+
poetry run coverage report &&
58+
poetry run coverage xml -o ${{ env.REPORTS_DIR }}/coverage.xml &&
5859
poetry run coverage html -d ${{ env.REPORTS_DIR }}
5960
- name: Artifact reports
6061
if: ${{ ! cancelled() }}

0 commit comments

Comments
 (0)