Skip to content

Commit

Permalink
The Python used for coverage is new enough for toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 14, 2024
1 parent 81ba67e commit f3e6fde
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 @@ -84,7 +84,7 @@ jobs:

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

0 comments on commit f3e6fde

Please sign in to comment.