We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d6343 commit b76a94bCopy full SHA for b76a94b
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Combine coverage & fail if it's <100%.
94
run: |
95
- uv tool install coverage[toml]
+ uv tool install coverage
96
97
coverage combine
98
coverage html --skip-covered --skip-empty
0 commit comments