Skip to content

Commit

Permalink
ci: fix main coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 21, 2024
1 parent 5621ba0 commit bb5cc9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
- name: Combine coverage and generate the report and the badge
run: |
set -x
python -Im pip install --upgrade "git+https://github.com/percevalw/coveragepy.git#egg=coverage[toml]"
python -Im coverage combine
coverage report --show-missing > ${{ inputs.coverage-report }}
Expand Down

0 comments on commit bb5cc9e

Please sign in to comment.