From: Sebastián Ramírez Date: Sat, 5 Nov 2022 01:04:13 +0000 (+0100) Subject: 🔧 Update Smokeshow coverage threshold (#487) X-Git-Tag: 0.0.9~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8070b142b8a6bef63644d4d0e6426f72b13e798f;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Update Smokeshow coverage threshold (#487) --- diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index 606633a9..5242cc72 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -28,7 +28,7 @@ jobs: - run: smokeshow upload coverage-html env: SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage} - SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 100 + SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 95 SMOKESHOW_GITHUB_CONTEXT: coverage SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}