Skip to content

Commit

Permalink
Fix: Upload mypy report to smokeshow
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravsharma1998 committed Mar 1, 2024
1 parent ca099d0 commit 80b5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
smokeshow upload mypy_report
env:
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: MyPy Coverage {coverage-percentage}
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: MyPy Coverage
# SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 90
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 80b5d84

Please sign in to comment.