Skip to content

Commit eac0fcb

Browse files
Add --cov-report=xml for report generation
1 parent 38830bd commit eac0fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: matrix.pytest
5959
with:
6060
custom-pytest: uv run --frozen pytest
61-
custom-arguments: --cov --junitxml=junit.xml -o junit_family=legacy
61+
custom-arguments: --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
6262

6363
- name: Run benchmarks
6464
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1

0 commit comments

Comments
 (0)