The Python used for coverage is new enough for toml

This commit is contained in:
Hynek Schlawack 2024-10-14 08:45:51 +02:00
parent d68f0cdce9
commit 348cc252cc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,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