mirror of https://github.com/eyhc1/rendercv.git
try to fix coverage badge
This commit is contained in:
parent
657f45f86b
commit
a16cea0aae
|
@ -43,7 +43,7 @@ jobs:
|
||||||
pip install smokeshow
|
pip install smokeshow
|
||||||
smokeshow upload ./htmlcov
|
smokeshow upload ./htmlcov
|
||||||
env:
|
env:
|
||||||
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: CLI Coverage {coverage-percentage}
|
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
|
||||||
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 50
|
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 50
|
||||||
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
Loading…
Reference in New Issue