mirror of https://github.com/tiangolo/fastapi.git
👷 Update Smokeshow, fix sync download artifact and smokeshow configs (#11563)
This commit is contained in:
parent
2c6fb2ecd1
commit
efeee95db7
|
|
@ -27,10 +27,11 @@ jobs:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage-html
|
name: coverage-html
|
||||||
|
path: htmlcov
|
||||||
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
|
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
|
||||||
run-id: ${{ github.event.workflow_run.id }}
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
||||||
- run: smokeshow upload coverage-html
|
- run: smokeshow upload htmlcov
|
||||||
env:
|
env:
|
||||||
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
|
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
|
||||||
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 100
|
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 100
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue