diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9040b834..e6eee1fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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