]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update Smokeshow, fix sync download artifact and smokeshow configs (#11563)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 May 2024 01:06:31 +0000 (18:06 -0700)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 01:06:31 +0000 (18:06 -0700)
.github/workflows/smokeshow.yml

index 2620da839f4d1926af988cca2a4f6b01fb3a2994..ffc9c5f8a3361332cebeb15d4d0e63534f0c71d7 100644 (file)
@@ -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