Skip to content

Commit 2674894

Browse files
committed
fix: Remove unnecessary options
1 parent ff82ca8 commit 2674894

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/coverage.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,4 @@ jobs:
4141
4242
- run: smokeshow upload htmlcov
4343
env:
44-
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
45-
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 0
46-
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
44+
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 60

0 commit comments

Comments
 (0)