Skip to content

Commit 80b5d84

Browse files
Fix: Upload mypy report to smokeshow
1 parent ca099d0 commit 80b5d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
smokeshow upload mypy_report
150150
env:
151-
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: MyPy Coverage {coverage-percentage}
151+
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: MyPy Coverage
152152
# SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 90
153153
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154154
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)