Browse Source
👷 Update Smokeshow, fix sync download artifact and smokeshow configs (#11563)
pull/11574/head
Sebastián Ramírez
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/smokeshow.yml
|
|
@ -27,10 +27,11 @@ jobs: |
|
|
|
- uses: actions/download-artifact@v4 |
|
|
|
with: |
|
|
|
name: coverage-html |
|
|
|
path: htmlcov |
|
|
|
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }} |
|
|
|
run-id: ${{ github.event.workflow_run.id }} |
|
|
|
|
|
|
|
- run: smokeshow upload coverage-html |
|
|
|
- run: smokeshow upload htmlcov |
|
|
|
env: |
|
|
|
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage} |
|
|
|
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 100 |
|
|
|