From: Sebastián Ramírez Date: Fri, 10 May 2024 01:06:31 +0000 (-0700) Subject: 👷 Update Smokeshow, fix sync download artifact and smokeshow configs (#11563) X-Git-Tag: 0.111.1~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efeee95db7775dad468d6b4e77e8f1031062a167;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update Smokeshow, fix sync download artifact and smokeshow configs (#11563) --- diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 2620da839f..ffc9c5f8a3 100644 --- a/.github/workflows/smokeshow.yml +++ b/.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