Skip to content

Commit

Permalink
πŸ› fix: fix path in smokeshow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Dec 28, 2023
1 parent 97d9a98 commit 5f0ea78
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ jobs:
run: |
pdm run cov --title "Coverage for ${{ github.sha }}"
- name: Store coverage HTML
uses: actions/upload-artifact@v3
with:
name: coverage-html
path: htmlcov

- name: Store coverage HTML
run: |
pip install smokeshow
smokeshow upload cli/htmlcov
smokeshow upload htmlcov
env:
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 50
Expand Down

0 comments on commit 5f0ea78

Please sign in to comment.