Skip to content

Commit 8070b14

Browse files
authored
🔧 Update Smokeshow coverage threshold (#487)
1 parent f0aa199 commit 8070b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: smokeshow upload coverage-html
2929
env:
3030
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
31-
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 100
31+
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 95
3232
SMOKESHOW_GITHUB_CONTEXT: coverage
3333
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)