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 a7f4d7d commit f9a1ac7Copy full SHA for f9a1ac7
1 file changed
.github/workflows/smokeshow.yml
@@ -20,13 +20,14 @@ jobs:
20
21
- run: pip install smokeshow
22
23
- - uses: dawidd6/action-download-artifact@v3.1.4
+ - uses: actions/download-artifact@v4
24
with:
25
- workflow: test.yml
26
- commit: ${{ github.event.workflow_run.head_sha }}
27
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ name: coverage-html
+ path: backend/htmlcov
+ github-token: ${{ secrets.GITHUB_TOKEN }}
28
+ run-id: ${{ github.event.workflow_run.id }}
29
- - run: smokeshow upload coverage-html
30
+ - run: smokeshow upload backend/htmlcov
31
env:
32
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
33
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 90
0 commit comments