Skip to content

Commit f9f4f05

Browse files
committed
🔧 Update Smokeshow coverage threshold
1 parent f0aa199 commit f9f4f05

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)