Skip to content

Commit

Permalink
Try the coverage action with plain pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Sep 26, 2024
1 parent a3b9397 commit 396f2cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: hynek/setup-cached-uv@v2
- run: uv pip install --system --upgrade coverage[toml]
- uses: actions/download-artifact@v4
with:
pattern: coverage-data-*
merge-multiple: true

- name: Combine coverage & fail if it's <100%.
- name: Combine coverage & fail under 100%
run: |
uv tool install 'coverage[toml]'
python -Im pip install --upgrade "coverage[toml]"
coverage combine
coverage html --skip-covered --skip-empty
Expand Down

0 comments on commit 396f2cc

Please sign in to comment.