The Python used for coverage is new enough for toml
This commit is contained in:
parent
d68f0cdce9
commit
348cc252cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue