fix cov usage

This commit is contained in:
Steven Silvester 2026-01-30 17:02:19 -06:00
parent ae533d2bdc
commit 6f19bf021b
No known key found for this signature in database

View File

@ -105,7 +105,7 @@ jobs:
- name: Run tests
run: just run-tests
- name: Generate xml report
run: uv tool run coverage xml
run: uv tool run --with "coverage[toml]" coverage xml
- name: Upload test results to Codecov
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
doctest: