We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780e3df commit 3c74c82Copy full SHA for 3c74c82
.github/workflows/poetry.yml
@@ -54,7 +54,8 @@ jobs:
54
run: poetry run tox
55
- name: Generate coverage reports
56
run: >
57
- poetry run coverage report && coverage xml -o ${{ env.REPORTS_DIR }}/coverage.xml &&
+ poetry run coverage report &&
58
+ poetry run coverage xml -o ${{ env.REPORTS_DIR }}/coverage.xml &&
59
poetry run coverage html -d ${{ env.REPORTS_DIR }}
60
- name: Artifact reports
61
if: ${{ ! cancelled() }}
0 commit comments