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 39853d2 commit 6b0c304Copy full SHA for 6b0c304
.github/workflows/test-examples.yml
@@ -107,17 +107,11 @@ jobs:
107
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
108
run: pdm run coverage html
109
110
- - name: upload html coverage artifact
111
- uses: actions/upload-pages-artifact@v3
112
- with:
113
- path: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
114
-
115
116
- name: deploy to Github Pages
117
uses: JamesIves/github-pages-deploy-action@v4
118
with:
119
folder: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
120
branch: gh-pages
121
clean: false
122
force: false
123
- target-folder: coverage
+ target-folder: coverage-${{matrix.artifact}}-${{matrix.dry}}
0 commit comments